_IDocumentEvents ObjectAppendNotify Event Send Feedback
See Also 
object
Entity
Appended
True if the entity is appended to the document, fasle if the entity is detached from the document
Post-notifies an application when an entity is appended to or detached from a document.

Syntax

Visual Basic 
Public Delegate Sub _IDocumentEvents_ObjectAppendNotifyEventHandler( _
) 
C# 
public delegate void _IDocumentEvents_ObjectAppendNotifyEventHandler( 
)
JavaScript 
Event Not Supported 
)
COM native C++ 
ObjectAppendNotify( 
    object,
    Appended
)
C++ 
ObjectAppendNotify( 
)

Parameters

object
Entity
Appended
True if the entity is appended to the document, fasle if the entity is detached from the document

Remarks

If developing a C++ application, use dsDocument_ObjectAppendNotify_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