OwnedMdiChildClosedEventArgs Class

Represents the event data for the OwnedMdiChildClosed event.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public class OwnedMdiChildClosedEventArgs : FormClosedEventArgs
Inheritance
Object    EventArgs    FormClosedEventArgs    OwnedMdiChildClosedEventArgs

Constructors

OwnedMdiChildClosedEventArgs Initializes a new instance of the OwnedMdiChildClosedEventArgs class.

Properties

MdiChild Gets the closed MDI child form.

See Also