Delegate OnCubeDimensionBrowserLoadingEventHandler
Event handler before loading CubeDimensionBrowser
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public delegate void OnCubeDimensionBrowserLoadingEventHandler(object sender, OnCubeDimensionBrowserLoadingEventArgs e);
Parameters
Constructors
OnCubeDimensionBrowserLoadingEventHandler(Object, IntPtr)
Declaration
public OnCubeDimensionBrowserLoadingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, OnCubeDimensionBrowserLoadingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, OnCubeDimensionBrowserLoadingEventArgs 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, OnCubeDimensionBrowserLoadingEventArgs)
Declaration
public virtual void Invoke(object sender, OnCubeDimensionBrowserLoadingEventArgs e)
Parameters