Delegate DataProgressEvent
Assembly: Reportman.Drawing.dll
Syntax
public delegate void DataProgressEvent(object sender, int records, int count, ref bool docancel)
Parameters
Constructors
DataProgressEvent(object, nint)
Declaration
public DataProgressEvent(object @object, nint method)
Parameters
Methods
BeginInvoke(object, int, int, ref bool, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, int records, int count, ref bool docancel, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(ref bool, IAsyncResult)
Declaration
public virtual void EndInvoke(ref bool docancel, IAsyncResult result)
Parameters
Invoke(object, int, int, ref bool)
Declaration
public virtual void Invoke(object sender, int records, int count, ref bool docancel)
Parameters