_IDocumentEvents ObjectEraseNotify Event Send Feedback
See Also 
object
Entity
Erased
True if the entity is erased from the document, false if the entity is restored to the document
Post-notifies an application when the specified entity is erased from or restored to a document.

Syntax

Visual Basic 
Public Delegate Sub _IDocumentEvents_ObjectEraseNotifyEventHandler( _
) 
C# 
public delegate void _IDocumentEvents_ObjectEraseNotifyEventHandler( 
)
JavaScript 
Event Not Supported 
)
COM native C++ 
ObjectEraseNotify( 
    object,
    Erased
)
C++ 
ObjectEraseNotify( 
)

Parameters

object
Entity
Erased
True if the entity is erased from the document, false if the entity is restored to the document

Remarks

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.

See Also

Availability

DraftSight V1R3.0