Este tema aún no ha recibido ninguna valoración - Valorar este tema

Application.OnNavigated (Método)

Raises the Navigated event.

Espacio de nombres: System.Windows
Ensamblado: PresentationFramework (en presentationframework.dll)

protected virtual void OnNavigated (
	NavigationEventArgs e
)
protected void OnNavigated (
	NavigationEventArgs e
)
protected function OnNavigated (
	e : NavigationEventArgs
)
No se pueden utilizar métodos en XAML.

Parámetros

e

A NavigationEventArgs that contains the event data.

OnNavigated raises the Navigated event.

A type that derives from Application may override OnNavigated. The overridden method must call OnNavigated in the base class if Navigated needs to be raised.

Microsoft .NET Framework 3.0 es compatible con Windows Vista, Microsoft Windows XP SP2 y Windows Server 2003 SP1.

.NET Framework

Compatible con: 3.0
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.