Notifies the application when an external reference is added or removed from the current document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub _IDocumentEvents_FileXRefNotificationEventHandler( _
) |
C# | |
---|
public delegate void _IDocumentEvents_FileXRefNotificationEventHandler(
) |
JavaScript | |
---|
Event Not Supported
) |
COM native C++ | |
---|
FileXRefNotification(
FileName
) |
C++ | |
---|
FileXRefNotification(
) |
Parameters
- FileName
- Full path name of the added or deleted external reference; null or Nothing if the external reference was loaded, unloaded, or detached from the external references dialog
Remarks
Availability
DraftSight 2020 SP1