OwnedMdiChildClosedEventArgs Constructor

Initializes a new instance of the OwnedMdiChildClosedEventArgs class.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public OwnedMdiChildClosedEventArgs(
	Form mdiChild,
	CloseReason closeReason
)

Parameters

mdiChild  Form
The MDI child form that was closed.
closeReason  CloseReason
The reason why the MDI child was closed.

See Also