'宣言 Public Event ContextMenuPopup As EventHandler(Of ContextMenuPopupEventArgs)
public event EventHandler<ContextMenuPopupEventArgs> ContextMenuPopup
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ContextMenuPopupEventArgs 型の引数を受け取りました。次の ContextMenuPopupEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Cancel | System.ComponentModel.CancelEventArgsから継承されます。 |
| Component | Gets the component for which the menu is shown. |
| IsCustomMenu | Gets a value indicating whether this menu is custom. |
| Location | Gets the upper-left or upper-right corner of the context menu in screen coordinates. |
| UseCustomMenu | Gets or sets a value indicating to use a custom context menu instead of the standard. |
参照