Skip to main content

NavigationFrame.ControlLoaded Event

Fires when the NavigationFrame has finished loading a page content.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Deferred Control Load Events")]
public event DeferredControlLoadEventHandler ControlLoaded

Event Data

The ControlLoaded event's data class is DevExpress.XtraBars.Navigation.DeferredControlLoadEventArgs.

Remarks

This event is a part of the Deferred Load feature. See the NavigationFrame.QueryControl event to learn more.

See Also