Delegate DrillThroughOccurredEventHandler
Represent the method that handles the event raised when drillthroughdata is needed.
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public delegate void DrillThroughOccurredEventHandler(object sender, DrillThroughOccurredEventArgs e);
Parameters
Constructors
DrillThroughOccurredEventHandler(Object, IntPtr)
Declaration
public DrillThroughOccurredEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, DrillThroughOccurredEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DrillThroughOccurredEventArgs 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, DrillThroughOccurredEventArgs)
Declaration
public virtual void Invoke(object sender, DrillThroughOccurredEventArgs e)
Parameters