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