_IDocumentEvents CommandOptionDoubleChangeNotify Event Send Feedback
See Also 
Option
Double command option as defined in dsCommandOptionDouble_e
Post-notifies the application when the specified double command option changes.

Syntax

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

Parameters

Option
Double command option as defined in dsCommandOptionDouble_e

Remarks

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