BaseFormOwnedMdiChildClosed Event
Occurs when an MDI child shown by the
ShowMdiChild method is closed.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public event EventHandler<OwnedMdiChildClosedEventArgs> OwnedMdiChildClosed
Public Event OwnedMdiChildClosed As EventHandler(Of OwnedMdiChildClosedEventArgs)
public:
event EventHandler<OwnedMdiChildClosedEventArgs^>^ OwnedMdiChildClosed {
void add (EventHandler<OwnedMdiChildClosedEventArgs^>^ value);
void remove (EventHandler<OwnedMdiChildClosedEventArgs^>^ value);
}
member OwnedMdiChildClosed : IEvent<EventHandler<OwnedMdiChildClosedEventArgs>,
OwnedMdiChildClosedEventArgs>
Value
EventHandlerOwnedMdiChildClosedEventArgs