Delegate GetSchedulePropertiesCompletedEventHandler
Assembly: BoldReports.Web.dll
Syntax
public delegate void GetSchedulePropertiesCompletedEventHandler(object sender, GetSchedulePropertiesCompletedEventArgs e);
Parameters
Constructors
GetSchedulePropertiesCompletedEventHandler(Object, IntPtr)
Declaration
public GetSchedulePropertiesCompletedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GetSchedulePropertiesCompletedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GetSchedulePropertiesCompletedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GetSchedulePropertiesCompletedEventArgs)
Declaration
public virtual void Invoke(object sender, GetSchedulePropertiesCompletedEventArgs e)
Parameters