Delegate BusyIndicatorShowingEventHandler
Represents the method that will handle the BusyIndicatorShowing event.
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public delegate void BusyIndicatorShowingEventHandler(object sender, BusyIndicatorShowingEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
BusyIndicatorShowingEventArgs | e | An BusyIndicatorShowingEventArgs that contains event data. |
Constructors
BusyIndicatorShowingEventHandler(Object, IntPtr)
Declaration
public BusyIndicatorShowingEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, BusyIndicatorShowingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, BusyIndicatorShowingEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
BusyIndicatorShowingEventArgs | e | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(Object, BusyIndicatorShowingEventArgs)
Declaration
public virtual void Invoke(object sender, BusyIndicatorShowingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
BusyIndicatorShowingEventArgs | e |