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

UIElement.OnIsStylusCaptureWithinChanged (Método)

Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event.

Espacio de nombres: System.Windows
Ensamblado: PresentationCore (en presentationcore.dll)

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

Parámetros

e

The DependencyPropertyChangedEventArgs that contains the event data.

This virtual method is raised when the value of the IsStylusCaptureWithin dependency property changes its value. The virtual method is raised first and can manipulate the event data as necessary. Then the IsStylusCaptureWithinChanged event is raised with that same event data instance. Notice that the event is not a routed event. Therefore, you cannot mark it as handled in the class handler.

This method has no default implementation. Because an intermediate class in the inheritance might implement this method, we recommend that you call the base implementation in your implementation. You may call base either before or after your special handling, depending on your requirements.

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.