Table of Contents

Event Initialized

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Event called only once when the View is being initialized for the first time. Allows configurations and assignments to be performed before the View being shown. View implements ISupportInitializeNotification to allow for more sophisticated initialization.

public event EventHandler? Initialized

Returns

EventHandler
Event called only once when the is being initialized for the first time. Allows configurations and assignments to be performed before the being shown. View implements to allow for more sophisticated initialization.
Implements