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