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