WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangingEventArgs

    Show / Hide Table of Contents

    Class ValueChangingEventArgs

    Holds NewValue and OldValue properties.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    ValueChangingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Scroll
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public sealed class ValueChangingEventArgs : SyncfusionCancelEventArgs

    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

    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 - 2023 Syncfusion Inc. All Rights Reserved