Microsoft SDK for Java

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

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