menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChange - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueChange

    Occurs when the value get changed, the mode of change can be decided by ValueChangeMode.

    Inheritance
    System.Object
    ValueChange
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public sealed class ValueChange : Enum

    Fields

    OnKeyFocus

    The value will be changed for each key press.

    Declaration
    public const ValueChange OnKeyFocus
    Field Value
    Type
    ValueChange

    OnLostFocus

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

    Declaration
    public const ValueChange OnLostFocus
    Field Value
    Type
    ValueChange

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved