Microsoft SDK for Java

Form.addOnDeactivate

Assigns a delegate to the deactivate event.

Syntax

public final void addOnDeactivate( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The deactivate event occurs when a form is deactivated.

See Also   onDeactivate, removeOnDeactivate

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