Share

KeyboardEventHandler.notify Method

Parent Object: KeyboardEventHandler
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/KeyboardEventHandler.h>

Description

This notify member is called when an event is triggered from any event that this handler has been added to.

Syntax

"keyboardEventHandler_var" is a variable referencing a KeyboardEventHandler object.
returnValue = keyboardEventHandler_var.notify(eventArgs)

Parameters

Name Type Description
eventArgs KeyboardEventArgs The arguments object with details about this event and the firing KeyboardEvent.

Version

Introduced in version August 2014

Was this information helpful?