Back to Devexpress

BaseView.LoadingIndicatorShowing Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-04d9d697.md

latest1.5 KB
Original Source

BaseView.LoadingIndicatorShowing Event

Occurs when the loading indicator is shown within this BaseView.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event LoadingIndicatorShowingEventHandler LoadingIndicatorShowing
vb
Public Event LoadingIndicatorShowing As LoadingIndicatorShowingEventHandler

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

UseLoadingIndicator

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace