NavigationEventArgs(WindowsUIView, Document, IContentContainer, IContentContainer, Object) Constructor
In This Article
Initializes a new NavigationEventArgs class instance with specific settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
view | Windows |
A Windows |
document | Document | A Document related to navigation events. |
target | DevExpress. |
An IContent |
source | DevExpress. |
An IContent |
tag | Object | An Object that is the tag of a Tile involved in navigation. |
See Also