BaseFormOnOwnedMdiChildClosed Method

Raises the OwnedMdiChildClosed event.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void OnOwnedMdiChildClosed(
	OwnedMdiChildClosedEventArgs e
)

Parameters

e  OwnedMdiChildClosedEventArgs
An OwnedMdiChildClosedEventArgs that contains the event data.

See Also