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 |
---|
ChartSegment |