Delegate CreateDataDrivenSubscriptionCompletedEventHandler
Represents the method that will handle the completion of a data-driven subscription creation operation.
Assembly: BoldReports.Web.dll
Syntax
public delegate void CreateDataDrivenSubscriptionCompletedEventHandler(object sender, CreateDataDrivenSubscriptionCompletedEventArgs e);
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
The source of the event, typically the component that triggered the event.
|
| CreateDataDrivenSubscriptionCompletedEventArgs |
e |
A CreateDataDrivenSubscriptionCompletedEventArgs object that contains the event data specific to the subscription completion.
|
Constructors
CreateDataDrivenSubscriptionCompletedEventHandler(Object, IntPtr)
Declaration
public CreateDataDrivenSubscriptionCompletedEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CreateDataDrivenSubscriptionCompletedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CreateDataDrivenSubscriptionCompletedEventArgs 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, CreateDataDrivenSubscriptionCompletedEventArgs)
Declaration
public virtual void Invoke(object sender, CreateDataDrivenSubscriptionCompletedEventArgs e)
Parameters