Class FocusChangedEventArgs
- Namespace
- GHIElectronics.Endpoint.UI.Input
- Assembly
- GHIElectronics.Endpoint.UI.dll
The FocusChangedEventArgs class contains information about focus states
public class FocusChangedEventArgs : InputEventArgs
- Inheritance
-
FocusChangedEventArgs
- Inherited Members
Constructors
FocusChangedEventArgs(ButtonDevice, DateTime, UIElement, UIElement)
Constructs an instance of the FocusChangedEventArgs class.
public FocusChangedEventArgs(ButtonDevice buttonDevice, DateTime timestamp, UIElement oldFocus, UIElement newFocus)
Parameters
buttonDeviceButtonDevicetimestampDateTimeThe time when the input occured.
oldFocusUIElementThe element that previously had focus.
newFocusUIElementThe element that now has focus.
Fields
NewFocus
The element that now has focus.
public readonly UIElement NewFocus
Field Value
OldFocus
The element that previously had focus.
public readonly UIElement OldFocus