Form.OnDeactivate

Syntax

Sub OnDeactivate(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnDeactivate;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnDeactivate event occurs when the form or one of its child components loses focus.

Comments

This event does not occur, if:

See also:

Form