Table of Contents

Method OnSubViewAdded

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnSubViewAdded(View)

Called when a SubView has been added to this View.

protected virtual void OnSubViewAdded(View view)

Parameters

view View

Remarks

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