menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FocusEventArgs - API Reference

    Show / Hide Table of Contents

    Class FocusEventArgs

    Represents the arguments for FocusChanged event.

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

    Constructors

    FocusEventArgs()

    Declaration
    public FocusEventArgs()

    Properties

    HasFocus

    Gets a value indicating whether element has focus or not. of SfNumericUpDown control.

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