Visual Basic | |
---|---|
Public Delegate Sub _IDocumentEvents_CommandOptionStringChangeNotifyEventHandler( _ ) |
C# | |
---|---|
public delegate void _IDocumentEvents_CommandOptionStringChangeNotifyEventHandler( ) |
JavaScript | |
---|---|
Event Not Supported ) |
COM native C++ | |
---|---|
CommandOptionStringChangeNotify( Option ) |
C++ | |
---|---|
CommandOptionStringChangeNotify( ) |
Parameters
- Option
- String command option as defined in dsCommandOptionString_e
If developing a C++ application, use dsDocument_CommandOptionStringChangeNotify to register for this notification.
See Getting Started for more information about C++ interface add-in template callback functions.
_IDocumentEvents_CommandOptionStringChangeNotifyEventHandler Members
Interop.dsAutomation Namespace
IDocument Event CommandOptionBoolChangeNotify
IDocument Event CommandOptionDoubleChangeNotify
IDocument Event CommandOptionInt16ChangeNotify
IDocument Event CommandOptionInt32ChangeNotify
IDocument Event CommandOptionInt8ChangeNotify
IDocument Event CommandOptionPoint2DChangeNotify
IDocument Event CommandOptionPoint3DChangeNotify
Interop.dsAutomation Namespace
IDocument Event CommandOptionBoolChangeNotify
IDocument Event CommandOptionDoubleChangeNotify
IDocument Event CommandOptionInt16ChangeNotify
IDocument Event CommandOptionInt32ChangeNotify
IDocument Event CommandOptionInt8ChangeNotify
IDocument Event CommandOptionPoint2DChangeNotify
IDocument Event CommandOptionPoint3DChangeNotify
DraftSight V1R3.0