Delegate ListSubscriptionsUsingDataSourceCompletedEventHandler
Assembly: BoldReports.Web.dll
Syntax
public delegate void ListSubscriptionsUsingDataSourceCompletedEventHandler(object sender, ListSubscriptionsUsingDataSourceCompletedEventArgs e);
Parameters
Constructors
ListSubscriptionsUsingDataSourceCompletedEventHandler(Object, IntPtr)
Declaration
public ListSubscriptionsUsingDataSourceCompletedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ListSubscriptionsUsingDataSourceCompletedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ListSubscriptionsUsingDataSourceCompletedEventArgs 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, ListSubscriptionsUsingDataSourceCompletedEventArgs)
Declaration
public virtual void Invoke(object sender, ListSubscriptionsUsingDataSourceCompletedEventArgs e)
Parameters