Obsolete. Superseded by DSldWorksEvetns_DocumentLoadNotify2EventHandler.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DSldWorksEvents_DocumentLoadNotifyEventHandler( _
ByVal docTitle As System.String, _
ByVal docPath As System.String _
) As System.Integer |
C# | |
---|
public delegate System.int DSldWorksEvents_DocumentLoadNotifyEventHandler(
System.string docTitle,
System.string docPath
) |
C++/CLI | |
---|
public delegate System.int DSldWorksEvents_DocumentLoadNotifyEventHandler(
& System.String^ docTitle,
& System.String^ docPath
) |
Parameters
- docTitle
- docPath
Return Value
This event is fired for documents referenced by assemblies and drawings. Client code should expect multiple calls to this event handler when an assembly or drawing is loaded.
If developing a C++ application, use
swAppDocumentLoadNotify to register for this notification.