CustomizerVerb.addOnVerbExecute

Overview | Methods | This Package | All Packages

CustomizerVerb.addOnVerbExecute

Assigns a delegate to the verbExecute event.

Syntax

public final void addOnVerbExecute( VerbExecuteEventHandler handler )

Parameters

handler

The VerbExecuteEventHandler delegate to be notified when the event occurs.

Remarks

The verbExecute event occurs when the user selects the verb on the component's shortcut menu.

See Also   removeOnVerbExecute