Class View.FocusEventArgs | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Defines the event arguments for SetFocus(View)

public class View.FocusEventArgs : EventArgs

Inheritance

object

EventArgs

View.FocusEventArgs

Inherited Members

EventArgs.Empty

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

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.

Edit this page