Class PivotChartLabelClickEventHandler
Represents the method that handles the event raised when a label gets clicked on.
Inheritance
System.Object
PivotChartLabelClickEventHandler
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public sealed class PivotChartLabelClickEventHandler : MulticastDelegate
Constructors
PivotChartLabelClickEventHandler(Object, IntPtr)
Declaration
public PivotChartLabelClickEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, PivotChartLabelClickEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PivotChartLabelClickEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, PivotChartLabelClickEventArgs)
Declaration
public virtual void Invoke(object sender, PivotChartLabelClickEventArgs e)
Parameters
Extension Methods