Delegate ChartMouseEventHandler
Represents Chart mouse actions event handler.
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public delegate void ChartMouseEventHandler(object sender, ChartMouseEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
The sender
|
ChartMouseEventArgs |
e |
The ChartMouseEventArgs
|
Constructors
ChartMouseEventHandler(Object, IntPtr)
Declaration
public ChartMouseEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ChartMouseEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ChartMouseEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
ChartMouseEventArgs |
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, ChartMouseEventArgs)
Declaration
public virtual void Invoke(object sender, ChartMouseEventArgs e)
Parameters
See Also