FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : BeforeShowContextMenu イベント |
'Declaration
Public Event BeforeShowContextMenu As EventHandler(Of BeforeShowContextMenuEventArgs)
public event EventHandler<BeforeShowContextMenuEventArgs> BeforeShowContextMenu
イベント ハンドラが、このイベントに関連するデータを含む、BeforeShowContextMenuEventArgs 型の引数を受け取りました。次の BeforeShowContextMenuEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 説明 |
---|---|
AssociatedObject | コンテキストメニューに関連付けられたオブジェクトを表します。 |
ContextMenu | 拡張フィルタコンテキストメニューオブジェクトを表します。 |