menu

UWP

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

    Show / Hide Table of Contents

    Class PanChangingEventArgs

    Class implementation for PanChanging event arguments.

    Inheritance
    System.Object
    PanningEventArgs
    PanChangingEventArgs
    Inherited Members
    PanningEventArgs.Axis
    PanningEventArgs.NewZoomPosition
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class PanChangingEventArgs : PanningEventArgs

    Constructors

    PanChangingEventArgs()

    Declaration
    public PanChangingEventArgs()

    Properties

    Cancel

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

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

    OldZoomPosition

    Gets the previous zoom position.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved