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
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.
_IDocumentEvents_CommandOptionBoolChangeNotifyEventHandler Members
Interop.dsAutomation Namespace
IDocument Event CommandOptionInt16ChangeNotify
IDocument Event CommandOptionInt32ChangeNotify
IDocument Event CommandOptionInt8ChangeNotify
IDocument Event CommandOptionPoint2DChangeNotify
IDocument Event CommandOptionPoint3DChangeNotify
IDocument Event CommandOptionStringChangeNotify
IDocument Event CommandOptionDoubleChangeNotify
Interop.dsAutomation Namespace
IDocument Event CommandOptionInt16ChangeNotify
IDocument Event CommandOptionInt32ChangeNotify
IDocument Event CommandOptionInt8ChangeNotify
IDocument Event CommandOptionPoint2DChangeNotify
IDocument Event CommandOptionPoint3DChangeNotify
IDocument Event CommandOptionStringChangeNotify
IDocument Event CommandOptionDoubleChangeNotify
DraftSight V1R3.0