BaseNavigationEventArgs(WindowsUIView, IContentContainer) Constructor
Initializes a new instance of the BaseNavigationEventArgs class with the specified 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 in which the related navigation event occurs. |
source | DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer | A Content Container from which the end-user is currently navigating. |
See Also