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
- sender
Tipo: System.Object
A origem do evento.
- e
Tipo: Microsoft.Windows.Controls.ActivatingKeyTipEventArgs
Os dados do evento.