ContextMenuService.RemoveContextMenuClosingHandler Metoda

Definice

Odebere obslužnou rutinu pro připojenou ContextMenuClosing událost.

public:
 static void RemoveContextMenuClosingHandler(System::Windows::DependencyObject ^ element, System::Windows::Controls::ContextMenuEventHandler ^ handler);
public static void RemoveContextMenuClosingHandler (System.Windows.DependencyObject element, System.Windows.Controls.ContextMenuEventHandler handler);
static member RemoveContextMenuClosingHandler : System.Windows.DependencyObject * System.Windows.Controls.ContextMenuEventHandler -> unit
Public Shared Sub RemoveContextMenuClosingHandler (element As DependencyObject, handler As ContextMenuEventHandler)

Parametry

element
DependencyObject

ContentElement NeboUIElement, který naslouchá této události.

handler
ContextMenuEventHandler

Obslužná rutina události, která má být odebrána.

Platí pro