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. This derived from ISupportInitializeNotification to allow notify all the views that are being initialized.

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. This derived from to allow notify all the views that are being initialized.
Implements