CommandCreatedEventHandler.notify Method
Parent Object: CommandCreatedEventHandlerDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandCreatedEventHandler.h>
Description
This notify member is called when an event is triggered from any event that this handler has been added to.
Syntax
"commandCreatedEventHandler_var" is a variable referencing a CommandCreatedEventHandler object.
|
Parameters
Name | Type | Description |
eventArgs | CommandCreatedEventArgs | The arguments object with details about this event and the firing CommandEvent. |