Sends notification when the PDM application object is 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 DPDMDocManagerEvents_DestroyEventHandler() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DPDMDocManagerEvents_DestroyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DPDMDocManagerEvents_DestroyEventHandler() |
C++/CLI | |
---|
public delegate int DPDMDocManagerEvents_DestroyEventHandler(); |
Remarks