ContentElement.PreviewStylusOutOfRange Evento

Definição

Ocorre quando a caneta está muito longe do digitalizador a ser detectado.

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 de evento

Implementações

Comentários

Esse evento cria um alias para o Stylus.PreviewStylusOutOfRange evento anexado para essa classe, de modo que PreviewStylusOutOfRange faz parte da lista de membros da classe quando ContentElement é herdado como um elemento base. Os manipuladores de eventos anexados ao PreviewStylusOutOfRange evento são anexados ao evento anexado subjacente Stylus.PreviewStylusOutOfRange e recebem a mesma instância de dados de evento.

A entrada touch, mouse e stylus existe em uma relação específica. Para obter mais informações, consulte Visão geral de entrada.

Informações do evento roteado

Item Valor
Campo identificador PreviewStylusOutOfRangeEvent
Estratégia de roteamento Túnel
Delegar StylusEventHandler

Aplica-se a