Espandi Riduci a icona
Questo argomento non è stato ancora valutato - Valuta questo argomento

Evento ContentElement.StylusEnter

Occurs when the stylus enters the bounds of this element.

Spazio dei nomi: System.Windows
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public event StylusEventHandler StylusEnter
/** @event */
public final void add_StylusEnter (StylusEventHandler value)

/** @event */
public final void remove_StylusEnter (StylusEventHandler value)

In JScript è possibile gestire gli eventi definiti da una classe, ma non è possibile definirne di personalizzati.
<object StylusEnter="StylusEventHandler" .../>

Identifier field

StylusEnterEvent

Routing strategy

Direct

Delegate

StylusEventHandler

  • Override OnStylusEnter to implement class handling for this event in derived classes.

StylusEnter is a routed event that uses the direct event handling routing strategy. Direct routed events are not raised along a route; instead, they are handled in the same element where they are raised. However, they do enable other aspects of routed event behavior, such as event triggers in styles.

Although StylusEnter tracks when the stylus enters the bounds of an element, this event more literally reports that the IsStylusOver property value has changed from false to true on this element.

This event creates an alias for the Stylus.StylusEnter attached event for this class, so that StylusEnter is part of the class members list when ContentElement is inherited as a base element. Event handlers that are attached to the StylusEnter event are attached to the underlying Stylus.StylusEnter attached event and receive the same event data instance.

Touch, mouse, and stylus input exist in a particular relationship. For more information, see Touch Input Support in Windows Vista and Input Overview.

Microsoft .NET Framework 3.0 è supportato in Windows Vista, Microsoft Windows XP SP2 e Windows Server 2003 SP1.

.NET Framework

Supportato in:
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
Microsoft sta conducendo un sondaggio in linea per comprendere l'opinione degli utenti in merito al sito Web di MSDN. Se si sceglie di partecipare, quando si lascia il sito Web di MSDN verrà visualizzato il sondaggio in linea.

Si desidera partecipare?
© 2013 Microsoft. Tutti i diritti riservati.