Delegate OlapGridDrillDownEventHander
Represents the method that will handle the event after expanding/collapsing the expand button.
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public delegate void OlapGridDrillDownEventHander(object sender, OlapGridDrillDownEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
The object where the event handler is attached.
|
OlapGridDrillDownEventArgs |
e |
The event data.
|
Constructors
OlapGridDrillDownEventHander(Object, IntPtr)
Declaration
public OlapGridDrillDownEventHander(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, OlapGridDrillDownEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, OlapGridDrillDownEventArgs 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, OlapGridDrillDownEventArgs)
Declaration
public virtual void Invoke(object sender, OlapGridDrillDownEventArgs e)
Parameters