FocusEventArgs

Wisej.Web.FocusEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Provides data for the GotFocus and LostFocus events.Since 3.5.18

public class FocusEventArgs : EventArgs

Constructors

FocusEventArgs(oldFocus, newFocus)

Initializes a new instance of FocusEventArgs.

Name
Type
Description

oldFocus

Control that lost the focus.

newFocus

Control that received the focus.

Properties

NewFocus

Control: Returns the controls that received the focus.

OldFocus

Control: Returns the controls that lost the focus.

Used By

Name
Description

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

Last updated

Was this helpful?