| Visual Basic | |
|---|---|
Public Delegate Sub _IDocumentEvents_ObjectAppendNotifyEventHandler( _ ) | |
| C# | |
|---|---|
public delegate void _IDocumentEvents_ObjectAppendNotifyEventHandler( ) | |
| JavaScript | |
|---|---|
Event Not Supported ) | |
| C++ | |
|---|---|
ObjectAppendNotify( ) | |
Parameters
- object
- Entity
- Appended
- True if the entity is appended to the document, fasle if the entity is detached from the document
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.
_IDocumentEvents_ObjectAppendNotifyEventHandler Members
Interop.dsAutomation Namespace
IDocument Event ObjectEraseNotify
IDocument Event ObjectModifyNotify
Interop.dsAutomation Namespace
IDocument Event ObjectEraseNotify
IDocument Event ObjectModifyNotify
DraftSight V1R3.0
Syntax