Microsoft SDK for Java

CustomizerVerb.onVerbExecute

Triggers the verbExecute event.

Syntax

protected void onVerbExecute( VerbExecuteEvent event )

Parameters

event

A VerbExecuteEvent object that provides the event data.

Remarks

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

When overriding onVerbExecute, be sure to call super.onVerbExecute.

See Also   performVerbExecute, addOnVerbExecute, removeOnVerbExecute

© 1999 Microsoft Corporation. All rights reserved. Terms of use.