_IDocumentEvents_ObjectModifyNotifyEventHandler Delegate (Interop.dsAutomation)
Post-notifies an application when an entity is modified in a document.
.NET Syntax
Visual Basic (Declaration) | |
---|
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 or IUnknownEntity
Remarks
Availability
V1R3.0