| 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
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.
_IApplicationEvents_CommandCancelNotifyEventHandler Members
Interop.dsAutomation Namespace
IApplication Event CommandPostNotify
IApplication Event CommandPreNotify
Interop.dsAutomation Namespace
IApplication Event CommandPostNotify
IApplication Event CommandPreNotify
DraftSight V1R3.0
Syntax