The MDICloseEventArgs class implements argument of the event that occurs when the MDI child form is closed.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates an argument of the event that occurs at the moment when the MDI child form is closed. |
| Property name | Brief description | |
![]() |
Allow | The Allow property determines whether it is possible to close an MDI child form. |
![]() |
MDIChild | The MDIChild property returns the closed MDI child form. |
See also: