Table of Contents

Class View.FocusEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Defines the event arguments for SetFocus(View)

public class View.FocusEventArgs : EventArgs
Inheritance
View.FocusEventArgs
Inherited Members

Constructors

FocusEventArgs(View)

Constructs.

Properties

Handled

Indicates if the current focus event has already been processed and the driver should stop notifying any other event subscriber. Its important to set this value to true specially when updating any View's layout from inside the subscriber method.

View

Indicates the current view that gets or loses focus.