_IDocumentEvents CommandOptionInt16ChangeNotify Event Send Feedback
See Also 
Option
Int16 command option as defined in dsCommandOptionInt16_e
Post-notifies an application when the specified Int16 command option changes.

Syntax

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

Parameters

Option
Int16 command option as defined in dsCommandOptionInt16_e

Remarks

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