WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SegmentDropEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SegmentDropEventArgs

    Class implementation for SegmentDropEventArgs

    Inheritance
    System.Object
    SegmentDropEventArgs
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class SegmentDropEventArgs : CancelEventArgs

    Constructors

    SegmentDropEventArgs(ChartSegment)

    Constructor implementaion for SegmentDropEventArgs

    Declaration
    public SegmentDropEventArgs(ChartSegment oldSegment)
    Parameters
    Type Name Description
    ChartSegment oldSegment

    Properties

    OldSegment

    Get and Set OldSegment property

    Declaration
    public ChartSegment OldSegment { get; }
    Property Value
    Type Description
    ChartSegment
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved