Class DrillThroughHandler
Represents the method that will handle the Syncfusion.UI.Xaml.PivotClient.DrillThroughOccurred event.
Inheritance
System.Object
DrillThroughHandler
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public sealed class DrillThroughHandler : MulticastDelegate
Constructors
DrillThroughHandler(Object, IntPtr)
Declaration
public DrillThroughHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, DrillThroughEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DrillThroughEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
DrillThroughEventArgs |
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, DrillThroughEventArgs)
Declaration
public virtual void Invoke(object sender, DrillThroughEventArgs e)
Parameters
Extension Methods