WPF

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

    Show / Hide Table of Contents

    Class PanChangingEventArgs

    Class implementation for PanChanging event arguments.

    Inheritance
    System.Object
    System.EventArgs
    PanningEventArgs
    PanChangingEventArgs
    Inherited Members
    PanningEventArgs.NewZoomPosition
    PanningEventArgs.Axis
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.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 Description
    System.Boolean

    OldZoomPosition

    Gets the previous zoom position.

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