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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Raised when the Visible value is being changed. Can be cancelled by setting Cancel totrue.

public event EventHandler<CancelEventArgs<bool>>? VisibleChanging

Returns

EventHandler<CancelEventArgs<bool>>

Raised when the value is being changed. Can be cancelled by setting Cancel to true.

Edit this page