BaseFormOwnedMdiChildClosed Event

Occurs when an MDI child shown by the ShowMdiChild method is closed.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public event EventHandler<OwnedMdiChildClosedEventArgs> OwnedMdiChildClosed

Value

EventHandlerOwnedMdiChildClosedEventArgs

See Also