FocusEventArgs
Wisej.Web.FocusEventArgs
Last updated
Was this helpful?
Wisej.Web.FocusEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the and events.Since 3.5.18
Initializes a new instance of .
oldFocus
Control that lost the focus.
newFocus
Control that received the focus.
: Returns the controls that received the focus.
: Returns the controls that lost the focus.
Represents the method that handles these events: and . Since 3.5.18