MDIActivateEventArgs.Create

Syntax

Create(Activated: IFormControl; Deactivated: IFormControl);

Parameters

Activated. Child MDI form that became active.

Deactivated. Child MDI form that was active.

Description

The Create constructor creates argument of the event that occurs during changing active child MDI form.

See also:

MDIActivateEventArgs