Pre-notifies the user program when a PDM application object is about to be destroyed and allows the PDM application to destroy all references to it before the pointer is deleted.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DApplicationEvents_DestroyEventHandler() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DApplicationEvents_DestroyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DApplicationEvents_DestroyEventHandler() |
C++/CLI | |
---|
public delegate int DApplicationEvents_DestroyEventHandler(); |
Remarks