_IDocumentEvents_ObjectEraseNotifyEventHandler Delegate (Interop.dsAutomation)
Post-notifies an application when the specified entity is erased from or restored to a document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub _IDocumentEvents_ObjectEraseNotifyEventHandler( _
) |
C# | |
---|
public delegate void _IDocumentEvents_ObjectEraseNotifyEventHandler(
) |
JavaScript | |
---|
Event Not Supported
) |
Parameters
- object
- Entity or IUnknownEntity
- Erased
- True if the entity is erased from the document, false if the entity is restored to the document
Remarks
Availability
DraftSight V1R3.0