menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointerValueChangingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointerValueChangingEventArgs

    To get the ValueChanging event arguments.

    Inheritance
    System.Object
    PointerValueChangingEventArgs
    Namespace: Syncfusion.SfGauge.XForms
    Assembly: Syncfusion.SfGauge.XForms.dll
    Syntax
    public class PointerValueChangingEventArgs : EventArgs

    Constructors

    PointerValueChangingEventArgs()

    Declaration
    public PointerValueChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to restrict the updating pointer value and cancel dragging.

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

    NewValue

    Gets the new pointer value which is updating the pointer value.

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

    OldValue

    Gets the old value of pointer which is updated by pointer dragging.

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