Document.Restored Event
Occurs when this maximized Widget Document is restored to its normal state.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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