menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class FocusChangedEventArgs

    The FocusChangedEventArgs class contains an argument of its own.

    Inheritance
    System.Object
    FocusChangedEventArgs
    Namespace: Syncfusion.SfAutoComplete.XForms
    Assembly: Syncfusion.SfAutoComplete.XForms.dll
    Syntax
    public class FocusChangedEventArgs : EventArgs

    Constructors

    FocusChangedEventArgs()

    Declaration
    public FocusChangedEventArgs()

    Properties

    HasFocus

    Gets a value indicating whether this FocusChangedEventArgs has focus.

    Declaration
    public bool HasFocus { get; }
    Property Value
    Type Description
    System.Boolean

    true if has focus; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved