Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public BaseNavigationEventArgs(
    WindowsUIView view,
    IContentContainer source
)

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