menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FocusEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FocusEventArgs

    Represents the arguments for FocusChanged event.

    Inheritance
    System.Object
    FocusEventArgs
    Namespace: Syncfusion.SfNumericTextBox.XForms
    Assembly: Syncfusion.SfNumericTextBox.XForms.dll
    Syntax
    public class FocusEventArgs : EventArgs

    Constructors

    FocusEventArgs()

    Declaration
    public FocusEventArgs()

    Properties

    HasFocus

    Gets a value indicating whether has focus is gained or not.

    Declaration
    public bool HasFocus { get; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved