NavigationEventArgs.Document Property
Gets a Document involved in the current navigation event.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Document | A Document involved in the current navigation event. |
Remarks
When the WindowsUIView.NavigatedFrom or WindowsUIView.NavigatedTo event occurs, the Document property points to a Document from/to which an end-user navigates. See the Application Hierarchy and Module Navigation topic for the details.
For SlideGroups and SplitGroups, these events occur multiple times in a row, based on the number of contained Documents.
See Also