v2.48
_IActionEvents Interface Reference

Represents a handler for action events. More...

Public Member Functions

HRESULT OnToggled (VARIANT_BOOL checked)
 Handles the action toggled event.
HRESULT OnTriggered ()
 Handles the action triggered event. It is impossible to trigger action in the handler of this event.

Detailed Description

Represents a handler for action events.

See also
How to handle events, IAction

Member Function Documentation

◆ OnTriggered()

HRESULT OnTriggered ( )

Handles the action triggered event. It is impossible to trigger action in the handler of this event.

See also
IAction::Trigger