'宣言 Public Event ContextMenuClosing As System.Windows.Controls.ContextMenuEventHandler
public event System.Windows.Controls.ContextMenuEventHandler ContextMenuClosing
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Controls.ContextMenuEventArgs 型の引数を受け取りました。次の ContextMenuEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
CursorLeft | マウスの水平方向の位置を取得します。 |
CursorTop | マウスの垂直方向の位置を取得します。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
参照