| Visual Basic | |
|---|---|
Public Delegate Sub _IApplicationEvents_CommandPostNotifyEventHandler( _ ) | |
| C# | |
|---|---|
public delegate void _IApplicationEvents_CommandPostNotifyEventHandler( ) | |
| JavaScript | |
|---|---|
Event Not Supported ) | |
| COM native C++ | |
|---|---|
CommandPostNotify( CommandName, Document ) | |
| C++ | |
|---|---|
CommandPostNotify( ) | |
Parameters
- CommandName
- Name of command that executed
- Document
- Document in which command executed (see Remarks)
If developing a C++ application, then use dsApplication_CommandPostNotify_id to register for this notification. See Getting Started for more information about C++ interface add-in template callback functions.
Document is 0 if all documents are closed after command execution (i.e., CLOSE).
_IApplicationEvents_CommandPostNotifyEventHandler Members
Interop.dsAutomation Namespace
IApplication Event CommandCancelNotify
IApplication Event CommandPreNotify
Interop.dsAutomation Namespace
IApplication Event CommandCancelNotify
IApplication Event CommandPreNotify
DraftSight V1R3.0
Syntax