| Visual Basic | |
|---|---|
Public Delegate Sub _IDocumentEvents_ObjectEraseNotifyEventHandler( _ ) | |
| C# | |
|---|---|
public delegate void _IDocumentEvents_ObjectEraseNotifyEventHandler( ) | |
| JavaScript | |
|---|---|
Event Not Supported ) | |
| C++ | |
|---|---|
ObjectEraseNotify( ) | |
Parameters
- object
- Entity
- Erased
- True if the entity is erased from the document, false if the entity is restored to the document
If developing a C++ application, use dsDocument_ObjectEraseNotify_id to register for this notification.
See Getting Started for more information about C++ interface add-in template callback functions.
_IDocumentEvents_ObjectEraseNotifyEventHandler Members
Interop.dsAutomation Namespace
IDocument Event ObjectAppendNotify
IDocument Event ObjectModifyNotify
Interop.dsAutomation Namespace
IDocument Event ObjectAppendNotify
IDocument Event ObjectModifyNotify
DraftSight V1R3.0
Syntax