ApplicationCommandEventHandler.notify Method

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

Description

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

Syntax

"applicationCommandEventHandler_var" is a variable referencing an ApplicationCommandEventHandler object.
returnValue = applicationCommandEventHandler_var.notify(eventArgs)
"applicationCommandEventHandler_var" is a variable referencing an ApplicationCommandEventHandler object.

#include <Core/UserInterface/ApplicationCommandEventHandler.h>

returnValue = applicationCommandEventHandler_var->notify(eventArgs);

Parameters

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

Version

Introduced in version November 2015