_IDocumentEvents CommandOptionStringChangeNotify Event Send Feedback
See Also 
Option
String command option as defined in dsCommandOptionString_e
Post-notifies an application when the specified string command option changes.

Syntax

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

Remarks

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.

See Also

Availability

DraftSight V1R3.0