BaseFormOnCalledMdiChildClosed Method

Note: This API is now obsolete.
Raises the CalledMdiChildClosed event.
This method is obsolete along with the CalledMdiChildClosed event. Use the OwnedMdiChildClosed event and the OnOwnedMdiChildClosed method instead.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[ObsoleteAttribute("The CalledMdiChildClosed event is now obsolete. Use the OwnedMdiChildClosed event and the OnCalledMdiChildClosed method instead.")]
protected virtual void OnCalledMdiChildClosed(
	Object? sender,
	FormClosedEventArgs e
)

Parameters

sender  Object
The closed form, which is the sender of the provided arguments.
e  FormClosedEventArgs
A FormClosedEventArgs that contains the event data.

See Also