Back to Devexpress

BaseView.ControlLoaded Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-8706b17f.md

latest2.3 KB
Original Source

BaseView.ControlLoaded Event

Occurs after a control has been loaded to a Document within this BaseView.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DeferredControlLoadEventHandler ControlLoaded
vb
Public Event ControlLoaded As DeferredControlLoadEventHandler

Event Data

The ControlLoaded event's data class is DeferredControlLoadEventArgs. The following properties provide information specific to this event:

PropertyDescription
ControlGets the current Document’s content.
DocumentPoints to the document related to the current event. Inherited from DocumentEventArgs.

Remarks

The ControlLoaded event occurs after an empty Document receives its content on the BaseView.QueryControl event. See the Deferred Load topic for details.

See Also

QueryControl

Deferred Load

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace