FocusEventArgs(VisualElement, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs and initializes a new instance of the FocusEventArgs class.
public FocusEventArgs (Xamarin.Forms.VisualElement visualElement, bool isFocused);
new Xamarin.Forms.FocusEventArgs : Xamarin.Forms.VisualElement * bool -> Xamarin.Forms.FocusEventArgs
Parameters
- visualElement
- VisualElement
The VisualElement whose focused was changed.
- isFocused
- System.Boolean
Whether or not the visualElement
was focused.