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