DModelViewEvents_DestroyNotifyEventHandler Delegate (SolidWorks.Interop.sldworks)
Obsolete. Superseded by DModelViewEvents_DestroyNotify2EventHandler.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DModelViewEvents_DestroyNotifyEventHandler() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DModelViewEvents_DestroyNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DModelViewEvents_DestroyNotifyEventHandler() |
C++/CLI | |
---|
public delegate int DModelViewEvents_DestroyNotifyEventHandler(); |