Partilhar via


Delegado ActivatingKeyTipEventHandler

Representa o método que manipula o ActivatingKeyTip anexado evento de um KeyTipService.

Namespace:  Microsoft.Windows.Controls
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
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
O JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Namespace Microsoft.Windows.Controls