StylusDownEventArgs(StylusDevice, Int32) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da StylusDownEventArgs classe.
public:
StylusDownEventArgs(System::Windows::Input::StylusDevice ^ stylusDevice, int timestamp);
public StylusDownEventArgs(System.Windows.Input.StylusDevice stylusDevice, int timestamp);
new System.Windows.Input.StylusDownEventArgs : System.Windows.Input.StylusDevice * int -> System.Windows.Input.StylusDownEventArgs
Public Sub New (stylusDevice As StylusDevice, timestamp As Integer)
Parâmetros
- stylusDevice
- StylusDevice
Instância do dispositivo à qual o evento está associado.
- timestamp
- Int32
Um carimbo temporal usado para desambiguar as instâncias do evento.