_IApplicationEvents ApplicationOptionDoubleChangeNotify Event Send Feedback
See Also 
Option
Option as defined in dsApplicationOptionString_e
Post-notifies the application when the specified double value application option changes.

Syntax

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

Parameters

Option
Option as defined in dsApplicationOptionString_e

Remarks

If developing a C++ applicatio0n, use dsApplication_ApplicationOptionDoubleChangeNotify_id to register for this notification. See Getting Started for more information about C++ interface add-in template callback functions.

See Also

Availability

DraftSight V1R5.0