Delegate DrillDownEventHandler
Represents the method that handles the event raised when the drill-down is performed.
Assembly: Syncfusion.Olap.Base.dll
Syntax
public delegate void DrillDownEventHandler(object sender, DrillDownEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
The object where the event handler is attached.
|
DrillDownEventArgs |
e |
The event data.
|
Constructors
DrillDownEventHandler(Object, IntPtr)
Declaration
public DrillDownEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, DrillDownEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DrillDownEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
DrillDownEventArgs |
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, DrillDownEventArgs)
Declaration
public virtual void Invoke(object sender, DrillDownEventArgs e)
Parameters