Event SettingNormalAttribute | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Raised when the normal attribute for the View is to be set. This is raised before the View is drawn.

public event EventHandler<CancelEventArgs>? SettingNormalAttribute

Returns

EventHandler<CancelEventArgs>

Set Cancel to true to stop default behavior.

Edit this page