Table of Contents

Event VisibleChanging

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

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.