Class BeforeLoadReportHandler
Represents the method that will handle the Syncfusion.UI.Xaml.PivotClient.BeforeLoadReport event.
Inheritance
System.Object
BeforeLoadReportHandler
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public sealed class BeforeLoadReportHandler : MulticastDelegate
Constructors
BeforeLoadReportHandler(Object, IntPtr)
Declaration
public BeforeLoadReportHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, BeforeLoadReportEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, BeforeLoadReportEventArgs 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, BeforeLoadReportEventArgs)
Declaration
public virtual void Invoke(object sender, BeforeLoadReportEventArgs e)
Parameters
Extension Methods