windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-ab20a99b.md
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
public event NavigationEventHandler NavigatedFrom
Public Event NavigatedFrom As NavigationEventHandler
The NavigatedFrom event's data class is NavigationEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Document | Gets a Document involved in the current navigation event. |
| NavigationMode | Gets the current navigation’s direction. |
| Parameter | Gets or sets the parameter passed to the current navigation event. |
| Source | Gets a Content Container from which an end-user navigates. Inherited from BaseNavigationEventArgs. |
| SourceContextualZoomLevel | Gets the current zoom level of a source Content Container. Inherited from BaseNavigationEventArgs. |
| Tag | Gets the tag of a Tile which fired the current navigation event when clicked. |
| Target | Gets the Content Container to which an end-user navigates. |
| TargetContextualZoomLevel | Gets the current zoom level of a target Content Container. |
| View | Gets a WindowsUIView in which the current navigation event occurs. Inherited from BaseNavigationEventArgs. |
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