Método KeyTipService.RemoveActivatingKeyTipHandler
Remove um manipulador de eventos roteados para o ActivatingKeyTip de evento.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
Public Shared Sub RemoveActivatingKeyTipHandler ( _
element As DependencyObject, _
handler As ActivatingKeyTipEventHandler _
)
public static void RemoveActivatingKeyTipHandler(
DependencyObject element,
ActivatingKeyTipEventHandler handler
)
public:
static void RemoveActivatingKeyTipHandler(
DependencyObject^ element,
ActivatingKeyTipEventHandler^ handler
)
static member RemoveActivatingKeyTipHandler :
element:DependencyObject *
handler:ActivatingKeyTipEventHandler -> unit
public static function RemoveActivatingKeyTipHandler(
element : DependencyObject,
handler : ActivatingKeyTipEventHandler
)
Parâmetros
- element
Tipo: System.Windows.DependencyObject
O identificador do evento roteado para o qual o manipulador é anexado.
- handler
Tipo: Microsoft.Windows.Controls.ActivatingKeyTipEventHandler
A implementação do manipulador específico para remover da coleção de manipulador de evento neste elemento.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.