DSldWorksEvents_FileNewNotifyEventHandler Delegate (SolidWorks.Interop.sldworks)
Obsolete. Superseded by DSldWorksEvents_FileNewNotify2EventHandler.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DSldWorksEvents_FileNewNotifyEventHandler( _
ByVal NewDoc As Object, _
ByVal DocType As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DSldWorksEvents_FileNewNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DSldWorksEvents_FileNewNotifyEventHandler(
object NewDoc,
int DocType
) |
C++/CLI | |
---|
public delegate int DSldWorksEvents_FileNewNotifyEventHandler(
& Object^ NewDoc,
& int DocType
) |
Parameters
- NewDoc
-
- DocType
-