ActivatingKeyTipEventHandler Delegado

Definición

Representa el método que controla el ActivatingKeyTip evento adjunto de un KeyTipService.

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

Parámetros

sender
Object

Origen del evento.

e
ActivatingKeyTipEventArgs

Datos del evento.

Métodos de extensión

GetMethodInfo(Delegate)

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

Se aplica a