menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ValueChangeMode

    It contains the values for the ValueChangeMode enumeration that determines the nature of validation.

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

    Fields

    OnKeyFocus

    Value change is updated on every key press.

    Declaration
    public const ValueChangeMode OnKeyFocus
    Field Value
    Type
    ValueChangeMode

    OnLostFocus

    Value change is updated after the control loses focus.

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