Back to Devexpress

NavigationEventArgs.Document Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-navigationeventargs.md

latest2.3 KB
Original Source

NavigationEventArgs.Document Property

Gets a Document involved in the current navigation event.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Document Document { get; }
vb
Public ReadOnly Property Document As Document

Property Value

TypeDescription
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

NavigatedFrom

NavigatedTo

NavigationEventArgs Class

NavigationEventArgs Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace