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

    Represent the ValueChanging event arguments of pointer.

    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.Gauges
    Assembly: Syncfusion.SfGauge.WPF.dll
    Syntax
    public class ValueChangingEventArgs : EventArgs

    Constructors

    ValueChangingEventArgs()

    Declaration
    public ValueChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the action.

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

    NewValue

    Gets the new value of a pointer value property.

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

    OldValue

    Gets the previous value of a pointer value property.

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