Back to Devexpress

WindowsUIView.NavigatedFrom Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-ab20a99b.md

latest5.0 KB
Original Source

WindowsUIView.NavigatedFrom Event

Occurs when a current Content Container is deactivated.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event NavigationEventHandler NavigatedFrom
vb
Public Event NavigatedFrom As NavigationEventHandler

Event Data

The NavigatedFrom event's data class is NavigationEventArgs. The following properties provide information specific to this event:

PropertyDescription
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.

Remarks

The NavigatedFrom event occurs each time an end-user navigates:

For all the other scenarios, the WindowsUIView.NavigatedTo event occurs. See the Application Hierarchy and Module Navigation topic to learn more.

See Also

NavigatedTo

Application Hierarchy and Module Navigation

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace