Skip to main content
A newer version of this page is available. .

BaseView.LoadingIndicatorShowing Event

Occurs when the loading indicator is shown within this BaseView.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public event LoadingIndicatorShowingEventHandler LoadingIndicatorShowing

Event Data

The LoadingIndicatorShowing event's data class is DevExpress.XtraBars.Docking2010.Views.LoadingIndicatorShowingEventArgs.

Remarks

Refer to the BaseView.UseLoadingIndicator property for details.

See Also