Event Initialized | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Raised 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
Raised 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