Delegate ActiveReportChangedEventHandler
Represents the method that handles the event raised when the active report is changed.
Assembly: Syncfusion.Olap.Base.dll
Syntax
public delegate void ActiveReportChangedEventHandler(object sender, ActiveReportChangedEventArgs e);
Parameters
Constructors
ActiveReportChangedEventHandler(Object, IntPtr)
Declaration
public ActiveReportChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ActiveReportChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ActiveReportChangedEventArgs 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, ActiveReportChangedEventArgs)
Declaration
public virtual void Invoke(object sender, ActiveReportChangedEventArgs e)
Parameters