Compartir a través de


ActivatingKeyTipEventHandler (Delegado)

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

Espacio de nombres:  Microsoft.Windows.Controls
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Public Delegate Sub ActivatingKeyTipEventHandler ( _
    sender As Object, _
    e As ActivatingKeyTipEventArgs _
)
public delegate void ActivatingKeyTipEventHandler(
    Object sender,
    ActivatingKeyTipEventArgs e
)
public delegate void ActivatingKeyTipEventHandler(
    Object^ sender, 
    ActivatingKeyTipEventArgs^ e
)
type ActivatingKeyTipEventHandler = 
    delegate of 
        sender:Object * 
        e:ActivatingKeyTipEventArgs -> unit
JScript no admite delegados.

Parámetros

Vea también

Referencia

Microsoft.Windows.Controls (Espacio de nombres)