Class HasFocusEventArgs
The event arguments for HasFocus events.
public class HasFocusEventArgs : CancelEventArgs<bool>
- Inheritance
-
HasFocusEventArgs
- Inherited Members
Constructors
- HasFocusEventArgs(bool, bool, View, View)
Initializes a new instance.
Properties
- CurrentFocused
Gets or sets the view that is losing focus.
- NewFocused
Gets or sets the view that is gaining focus.