共用方式為


FrameworkContentElement.ContextMenuClosingEvent 欄位

定義

public: static initonly System::Windows::RoutedEvent ^ ContextMenuClosingEvent;
public static readonly System.Windows.RoutedEvent ContextMenuClosingEvent;
 staticval mutable ContextMenuClosingEvent : System.Windows.RoutedEvent
Public Shared ReadOnly ContextMenuClosingEvent As RoutedEvent 

欄位值

備註

註冊路由事件時會建立事件標識符物件(請參閱 RegisterRoutedEvent),然後可用來新增類別處理程式(請參閱 RegisterClassHandler)。 標識元物件包含識別名稱、擁有者類型、處理程式類型、路由策略,以及用於新增事件擁有者的公用程式方法。

適用於