Class CubeInfoCollectionChangedEventHandler
Represents the method that handles the event raised when the collection of cube information gets changed.
Inheritance
System.Object
CubeInfoCollectionChangedEventHandler
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class CubeInfoCollectionChangedEventHandler : MulticastDelegate
Constructors
CubeInfoCollectionChangedEventHandler(Object, IntPtr)
Declaration
public CubeInfoCollectionChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CubeInfoCollectionChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CubeInfoCollectionChangedEventArgs 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, CubeInfoCollectionChangedEventArgs)
Declaration
public virtual void Invoke(object sender, CubeInfoCollectionChangedEventArgs e)
Parameters
Extension Methods