Back to Devexpress

NavigationEventArgs Members

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-navigationeventargs-dot-underscore-members.md

latest5.8 KB
Original Source

NavigationEventArgs Members

Provides data for the WindowsUIView.NavigatedFrom and WindowsUIView.NavigatedTo events.

Constructors

NameDescription
NavigationEventArgs(WindowsUIView, Document, IContentContainer, IContentContainer, Object)Initializes a new NavigationEventArgs class instance with specific settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
DocumentGets a Document involved in the current navigation event.
NavigationModeGets the current navigation’s direction.
ParameterGets or sets the parameter passed to the current navigation event.
SourceGets a Content Container from which an end-user navigates. Inherited from BaseNavigationEventArgs.
SourceContextualZoomLevelGets the current zoom level of a source Content Container. Inherited from BaseNavigationEventArgs.
TagGets the tag of a Tile which fired the current navigation event when clicked.
TargetGets the Content Container to which an end-user navigates.
TargetContextualZoomLevelGets the current zoom level of a target Content Container.
ViewGets a WindowsUIView in which the current navigation event occurs. Inherited from BaseNavigationEventArgs.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

NavigationEventArgs Class

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace