_IDocumentEvents CommandOptionInt32ChangeNotify Event Send Feedback
See Also 
Option
Int32 command option as defined in dsCommandOptionInt32_e
Post-notifies the application when the specified Int32 command option changes.

Syntax

Visual Basic 
Public Delegate Sub _IDocumentEvents_CommandOptionInt32ChangeNotifyEventHandler( _
) 
C# 
public delegate void _IDocumentEvents_CommandOptionInt32ChangeNotifyEventHandler( 
)
JavaScript 
Event Not Supported 
)
COM native C++ 
CommandOptionInt32ChangeNotify( 
    Option
)
C++ 
CommandOptionInt32ChangeNotify( 
)

Parameters

Option
Int32 command option as defined in dsCommandOptionInt32_e

Remarks

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