Skip to main content
Version: 4.1

FocusEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the GotFocus and LostFocus events. Since 3.5.18

public class FocusEventArgs : EventArgs

Constructors

Instance member FocusEventArgs(oldFocus, newFocus)

Initializes a new instance of FocusEventArgs.

NameTypeDescription
oldFocusControlControl that lost the focus.
newFocusControlControl that received the focus.

Properties

Instance member NewFocus

Control: Returns the controls that received the focus.

Instance member OldFocus

Control: Returns the controls that lost the focus.

Used By

NameDescription
FocusEventHandlerRepresents the method that handles these events: GotFocus and LostFocus.
Since 3.5.18