StylusButtonEventHandler Delegado

Definición

Representa el método que controla el StylusButtonDown evento o el StylusButtonUp evento de .UIElement

public delegate void StylusButtonEventHandler(System::Object ^ sender, StylusButtonEventArgs ^ e);
public delegate void StylusButtonEventHandler(object sender, StylusButtonEventArgs e);
type StylusButtonEventHandler = delegate of obj * StylusButtonEventArgs -> unit
Public Delegate Sub StylusButtonEventHandler(sender As Object, e As StylusButtonEventArgs)

Parámetros

sender
Object

Origen del evento.

e
StylusButtonEventArgs

que StylusButtonEventArgs contiene los datos del evento.

Métodos de extensión

Nombre Description
GetMethodInfo(Delegate)

Obtiene un objeto que representa el método representado por el delegado especificado.

Se aplica a