Aracılığıyla paylaş


ContextMenuService.RemoveContextMenuClosingHandler Yöntem

Tanım

Ekli olay için ContextMenuClosing bir işleyici kaldırır.

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)

Parametreler

element
DependencyObject

UIElement Bu olayı dinleyen veyaContentElement.

handler
ContextMenuEventHandler

Kaldırılacak olay işleyicisi.

Şunlara uygulanır