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 : EventArgsPublic Class FocusEventArgs
Inherits EventArgsConstructors
FocusEventArgs(oldFocus, newFocus)
Initializes a new instance of FocusEventArgs.
Properties
NewFocus
Control: Returns the controls that received the focus.
OldFocus
Control: Returns the controls that lost the focus.
Used By
Name
Description
Last updated
Was this helpful?

