Page.OnNavigatingFrom(NavigatingCancelEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void OnNavigatingFrom(NavigatingCancelEventArgs ^ e) = OnNavigatingFrom;
void OnNavigatingFrom(NavigatingCancelEventArgs const& e);
protected virtual void OnNavigatingFrom(NavigatingCancelEventArgs e);
function onNavigatingFrom(e)
Protected Overridable Sub OnNavigatingFrom (e As NavigatingCancelEventArgs)
Parameters
Event data that can be examined by overriding code. The event data is representative of the navigation that will unload the current Page unless canceled. The navigation can potentially be canceled by setting Cancel.