Delegate ChartSegmentDropEventHandler
Represents Chart Segment event handler.
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public delegate void ChartSegmentDropEventHandler(object sender, SegmentDropEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
The sender
|
SegmentDropEventArgs |
e |
The SegmentDropEventArgs
|
Constructors
ChartSegmentDropEventHandler(Object, IntPtr)
Declaration
public ChartSegmentDropEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, SegmentDropEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SegmentDropEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
SegmentDropEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, SegmentDropEventArgs)
Declaration
public virtual void Invoke(object sender, SegmentDropEventArgs e)
Parameters