Skip to main content

Document.Restored Event

Occurs when this maximized Widget Document is restored to its normal state.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event EventHandler Restored

Event Data

The Restored event's data class is EventArgs.

Remarks

End-users can maximize Documents at runtime by double-clicking Document Headers, or clicking the corresponding Maximize button at the Document’s top right corner. To enable or disable this feature, use the IDocumentDefaultProperties.CanMaximize property.

When a Widget Document is maximized, the Document.Maximized event occurs. Restoring the Document back to its normal state fires the Restored event.

See Also