UIElement3D.PreviewStylusOutOfRange Evento

Definizione

Si verifica quando lo stilo è troppo lontano dal digitalizzatore per poter essere rilevato.

public:
 virtual event System::Windows::Input::StylusEventHandler ^ PreviewStylusOutOfRange;
public event System.Windows.Input.StylusEventHandler PreviewStylusOutOfRange;
member this.PreviewStylusOutOfRange : System.Windows.Input.StylusEventHandler 
Public Custom Event PreviewStylusOutOfRange As StylusEventHandler 

Tipo evento

Implementazioni

Commenti

Questo evento crea un alias per l'evento collegato per questa classe, in modo che PreviewStylusOutOfRange faccia parte dell'elenco Stylus.PreviewStylusOutOfRange dei membri della classe quando UIElement3D viene ereditato come elemento di base. I gestori eventi collegati all'evento vengono collegati all'evento PreviewStylusOutOfRange collegato sottostante Stylus.PreviewStylusOutOfRange e ricevono la stessa istanza dei dati dell'evento.

L'input tocco, mouse e stilo esiste in una relazione specifica. Per altre informazioni, vedere Supporto per l'input tocco in Windows Vista e Panoramica dell'input.

PreviewStylusOutOfRange viene introdotto in .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Informazioni evento indirizzato

Campo Identificatore PreviewStylusOutOfRangeEvent
Strategia di routing Tunneling
Delegato StylusEventHandler

Si applica a