| Visual Basic | |
|---|---|
Public Delegate Sub _IDocumentEvents_ObjectModifyNotifyEventHandler( _ ) | |
| C# | |
|---|---|
public delegate void _IDocumentEvents_ObjectModifyNotifyEventHandler( ) | |
| JavaScript | |
|---|---|
Event Not Supported ) | |
| COM native C++ | |
|---|---|
ObjectModifyNotify( object ) | |
| C++ | |
|---|---|
ObjectModifyNotify( ) | |
Parameters
- object
- Entity
If developing a C++ application, use dsDocument_ObjectModifyNotify_id to register for this notification.
See Getting Started for more information about C++ interface add-in template callback functions.
_IDocumentEvents_ObjectModifyNotifyEventHandler Members
Interop.dsAutomation Namespace
IDocument Event ObjectAppendNotify
IDocument Event ObjectEraseNotify
Interop.dsAutomation Namespace
IDocument Event ObjectAppendNotify
IDocument Event ObjectEraseNotify
V1R3.0
Syntax