menu

WinUI

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

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Provides event data for the ValueChanged event.

    Inheritance
    System.Object
    ValueChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class ValueChangedEventArgs : Object

    Properties

    NewValue

    Gets the new Value to be set for a SfNumberBox.

    Declaration
    public Nullable<double> NewValue { get; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    OldValue

    Gets the old Value being replaced in SfNumberBox.

    Declaration
    public Nullable<double> OldValue { get; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved