Back to Devexpress

WidgetView.MaximizedControlLoaded Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-daaa8395.md

latest2.3 KB
Original Source

WidgetView.MaximizedControlLoaded Event

Fires after a WidgetView document receives its maximized control on the WidgetView.QueryMaximizedControl event.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DeferredControlLoadEventHandler MaximizedControlLoaded
vb
Public Event MaximizedControlLoaded As DeferredControlLoadEventHandler

Event Data

The MaximizedControlLoaded 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

See the WidgetView.QueryMaximizedControl event to learn more.

See Also

QueryMaximizedControl

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace