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