menu

WPF

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

    Show / Hide Table of Contents

    Class ValueChangingEventArgs

    Holds NewValue and OldValue properties.

    Inheritance
    System.Object
    System.EventArgs
    ValueChangingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid.ScrollAxis
    Assembly: Syncfusion.SfGridCommon.WPF.dll
    Syntax
    public sealed class ValueChangingEventArgs : EventArgs

    Constructors

    ValueChangingEventArgs(Double, Double)

    Initializes a new instance of the ValueChangingEventArgs class.

    Declaration
    public ValueChangingEventArgs(double newValue, double oldValue)
    Parameters
    Type Name Description
    System.Double newValue

    NewValue.

    System.Double oldValue

    OldValue.

    Properties

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    NewValue

    Gets newValue.

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

    NewValue.

    OldValue

    Gets oldValue.

    Declaration
    public double OldValue { get; }
    Property Value
    Type Description
    System.Double

    OldValue.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved