Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public NavigationEventArgs(
    WindowsUIView view,
    Document document,
    IContentContainer target,
    IContentContainer source,
    object tag
)

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