Table of Contents

Event SubViewAdded

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when a SubView has been added to this View.

public event EventHandler<SuperViewChangedEventArgs>? SubViewAdded

Returns

EventHandler<SuperViewChangedEventArgs>
Raised when a SubView has been added to this View.

Remarks

If the SubView has not been initialized, this happens before BeginInit/EndInit is called.