BaseView.LoadingIndicatorShowing Event
In This Article
Occurs when the loading indicator is shown within this BaseView.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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