Back to Devexpress

ISupportNavigation Methods

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-isupportnavigation-dot-underscore-methods.md

latest1.8 KB
Original Source

ISupportNavigation Methods

Provides methods that allow you to pass specific data when navigating through Content Containers within a WindowsUI View.

NameDescription
OnNavigatedFrom(INavigationArgs)Allows you to pass the required information to the ISupportNavigation.OnNavigatedTo method when navigating from the one Content Container to another.
OnNavigatedTo(INavigationArgs)Allows you to get the specific data passed via the ISupportNavigation.OnNavigatedFrom method.

See Also

ISupportNavigation Interface

ISupportNavigation Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace