ActivatingKeyTipEventHandler Delegar

Definição

Representa o método que manipula o evento anexado ActivatingKeyTip de um 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

A fonte do evento.

e
ActivatingKeyTipEventArgs

Os dados do evento.

Métodos de Extensão

GetMethodInfo(Delegate)

Obtém um objeto que representa o método representado pelo delegado especificado.

Aplica-se a