Delegate CreateScheduleCompletedEventHandler
Represents the method that will handle the CreateScheduleCompleted event of a reporting service.
Assembly: BoldReports.Web.dll
Syntax
public delegate void CreateScheduleCompletedEventHandler(object sender, CreateScheduleCompletedEventArgs e);
Parameters
Constructors
CreateScheduleCompletedEventHandler(Object, IntPtr)
Declaration
public CreateScheduleCompletedEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CreateScheduleCompletedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CreateScheduleCompletedEventArgs 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, CreateScheduleCompletedEventArgs)
Declaration
public virtual void Invoke(object sender, CreateScheduleCompletedEventArgs e)
Parameters