Class PivotGridDrillDownEventHandler
Represents the method that handles the event raised when the drill down operation is performed.
Inheritance
System.Object
PivotGridDrillDownEventHandler
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public sealed class PivotGridDrillDownEventHandler : MulticastDelegate
Constructors
PivotGridDrillDownEventHandler(Object, IntPtr)
Declaration
public PivotGridDrillDownEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, PivotGridDrillDownEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PivotGridDrillDownEventArgs 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, PivotGridDrillDownEventArgs)
Declaration
public virtual void Invoke(object sender, PivotGridDrillDownEventArgs e)
Parameters
Extension Methods