menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class NumericEntryValueChangedEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericEntryValueChangedEventArgs

    Provides event data for the ValueChanged event.

    Inheritance
    System.Object
    NumericEntryValueChangedEventArgs
    Namespace: Syncfusion.Maui.Toolkit.NumericEntry
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class NumericEntryValueChangedEventArgs : EventArgs

    Properties

    NewValue

    Gets the new Value to be set for a SfNumericEntry.

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

    OldValue

    Gets the old Value being replaced in SfNumericEntry.

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