menu

WinForms

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

    Show / Hide Table of Contents

    Class PositionChangedEventArgs

    Defines the PositionChangedEventArgs.

    Inheritance
    System.Object
    System.EventArgs
    PositionChangedEventArgs
    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.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class PositionChangedEventArgs : EventArgs

    Constructors

    PositionChangedEventArgs()

    Declaration
    public PositionChangedEventArgs()

    Properties

    CurrentPointInfos

    Gets or sets the current PointInfos.

    Declaration
    public ObservableCollection<ChartPointInfo> CurrentPointInfos { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<ChartPointInfo>

    PreviousPointInfos

    Gets or sets the previous PointInfos.

    Declaration
    public ObservableCollection<ChartPointInfo> PreviousPointInfos { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<ChartPointInfo>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved