Represents the method that will handle NavigationStopped events.
Public Delegate Sub NavigationStoppedEventHandler ( _ sender As Object, _ e As NavigationEventArgs _ )
public delegate void NavigationStoppedEventHandler( Object sender, NavigationEventArgs e )
public delegate void NavigationStoppedEventHandler( Object^ sender, NavigationEventArgs^ e )
type NavigationStoppedEventHandler = delegate of sender:Object * e:NavigationEventArgs -> unit
This event handler is used for the following events:
NavigationService..::.NavigationStopped
NavigationWindow..::.NavigationStopped
Frame..::.NavigationStopped
Application..::.NavigationStopped
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