'宣言 Public Event ContextMenuClosing As ContextMenuEventHandler
public event ContextMenuEventHandler ContextMenuClosing
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ContextMenuEventArgs 型の引数を受け取りました。次の ContextMenuEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
CursorLeft | Gets the horizontal position of the mouse. |
CursorTop | Gets the vertical position of the mouse. |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
参照