_IApplicationEvents CommandCancelNotify Event Send Feedback
See Also 
CommandName
Name of command that was canceled
Document
Document in which command was canceled
Notifies an application when a command is canceled.

Syntax

Visual Basic 
Public Delegate Sub _IApplicationEvents_CommandCancelNotifyEventHandler( _
) 
C# 
public delegate void _IApplicationEvents_CommandCancelNotifyEventHandler( 
)
JavaScript 
Event Not Supported 
)
COM native C++ 
CommandCancelNotify( 
    CommandName,
    Document
)
C++ 
CommandCancelNotify( 
)

Parameters

CommandName
Name of command that was canceled
Document
Document in which command was canceled

Remarks

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