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