Delegate CreateDataDrivenSubscriptionCompletedEventHandler
Assembly: BoldReports.Web.dll
Syntax
public delegate void CreateDataDrivenSubscriptionCompletedEventHandler(object sender, CreateDataDrivenSubscriptionCompletedEventArgs e);
Parameters
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