BaseView.LoadingIndicatorShowing Event
Occurs when the loading indicator is shown within this BaseView.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.1.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