siPPGEventID

Introduced

v6.0

Description

Defines the possible actions that trigger calling the PPGEvent callback function.

Constant Value Description
siUndefinedPPGEvent 0 Unknown event.
siOnInit 1 PPG has just been drawn. The equivalent scripting callback is OnInit.
siOnClosed 2 PPG has just been closed. The equivalent scripting callback is OnClosed.
siParameterChange 3 Value of a Parameter has changed. The equivalent scripting callback is OnChanged.
siButtonClicked 4 The user clicked a button. The equivalent scripting callback is OnClicked.
siTabChange 5 User changed tabs on a multi-tab PPG. The equivalent scripting callback is OnTab.

Applies To

PPGEventContext.EventID PPGEventContext::GetEventID