Delegate CursorGridViewControl.AsyncLoadDataStartHandler
Handler for starting data loading
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public delegate void AsyncLoadDataStartHandler(object sender, EventArgs e);
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | Instance if a gridviewcontrol  | 
      
| EventArgs | e | Transported information  |