_IDocumentEvents CommandOptionBoolChangeNotify Event Send Feedback
See Also 
Option
Boolean command option as defined in dsCommandOptionBool_e
Post-notifies the application when the specified Boolean command option changes.

Syntax

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

Parameters

Option
Boolean command option as defined in dsCommandOptionBool_e

Remarks

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