Class ExecuteDrillThroughQueryEventHandler
Represent the method that handles the event raised when the drill through data is needed.
Inheritance
System.Object
ExecuteDrillThroughQueryEventHandler
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class ExecuteDrillThroughQueryEventHandler : MulticastDelegate
Constructors
ExecuteDrillThroughQueryEventHandler(Object, IntPtr)
Declaration
public ExecuteDrillThroughQueryEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ExecuteDrillThroughQueryEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExecuteDrillThroughQueryEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(Object, ExecuteDrillThroughQueryEventArgs)
Declaration
public virtual string Invoke(object sender, ExecuteDrillThroughQueryEventArgs e)
Parameters
Returns
Extension Methods