NavigationEventArgs(WindowsUIView, Document, IContentContainer, IContentContainer, Object) Constructor
Initializes a new NavigationEventArgs class instance with specific settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | WindowsUIView | A WindowsUIView that owns the newly created NavigationEventArgs. |
document | Document | A Document related to navigation events. |
target | DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer | An IContentContainer object to which an end-user navigates. |
source | DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer | An IContentContainer object from which an end-user navigates. |
tag | Object | An Object that is the tag of a Tile involved in navigation. |
See Also