Skip to main content

BaseView.LoadingIndicatorShowing Event

Occurs when the loading indicator is shown within this BaseView.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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