Back to Devexpress

WidgetView.MaximizedControlReleased Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-3f931d54.md

latest2.4 KB
Original Source

WidgetView.MaximizedControlReleased Event

Fires after the WidgetView document was destroyed.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DeferredControlLoadEventHandler MaximizedControlReleased
vb
Public Event MaximizedControlReleased As DeferredControlLoadEventHandler

Event Data

The MaximizedControlReleased 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 MaximizedControlReleased event fires only if the WidgetView.MaximizedControlReleasing event was not canceled. See the WidgetView.QueryMaximizedControl event to learn more.

See Also

QueryMaximizedControl

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace