menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ValueChangeMode

    Gets or sets the value that determines when the value get change in the input field.

    Inheritance
    System.Object
    ValueChangeMode
    Namespace: Com.Syncfusion.Numerictextbox
    Assembly: Syncfusion.SfNumericTextBox.Android.dll
    Syntax
    public sealed class ValueChangeMode : Enum

    Fields

    OnKeyFocus

    The value will be updated once the control lost its focus.

    Declaration
    public const ValueChangeMode OnKeyFocus
    Field Value
    Type
    ValueChangeMode

    OnLostFocus

    The value will be changed for each key press.

    Declaration
    public const ValueChangeMode OnLostFocus
    Field Value
    Type
    ValueChangeMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved