Provides data for the FragmentNavigation event.
Public Class FragmentNavigationEventArgs _ Inherits EventArgs
public class FragmentNavigationEventArgs : EventArgs
public ref class FragmentNavigationEventArgs : public EventArgs
type FragmentNavigationEventArgs = class inherit EventArgs end
The FragmentNavigationEventArgs type exposes the following members.
T These event arguments contain information about the content fragment that is being navigated to, and are passed to handlers of the FragmentNavigation event, which is implemented by the following:
NavigationService..::.FragmentNavigation
NavigationWindow..::.FragmentNavigation
Frame..::.FragmentNavigation
Application..::.FragmentNavigation
By default, a content fragment is content that is contained by a named UIElement, which is a UIElement whose Name attribute is set, e.g.:
<TextBlock Name="FragmentName">...</TextBlock>
You navigate to a XAML fragment by providing a URI with a suffix in the following format:
#FragmentName
The following shows an example of a URI that refers to a content fragment:
http://www.microsoft.com/targetpage.xaml#FragmentName
You can handle the FragmentNavigation event and use FragmentNavigationEventArgs to implement a custom content fragment handling implementation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2