バージョン

SpreadsheetContextMenuOpeningEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal contextMenu As Infragistics.Win.IGControls.IGContextMenu, _
   ByVal spreadsheetContextMenuArea As SpreadsheetContextMenuArea, _
   ByVal context As Object _
)
public SpreadsheetContextMenuOpeningEventArgs( 
   Infragistics.Win.IGControls.IGContextMenu contextMenu,
   SpreadsheetContextMenuArea spreadsheetContextMenuArea,
   object context
)

パラメータ

contextMenu
表示中の contextMenu。
spreadsheetContextMenuArea
コンテキスト メニューが表示されるスプレッドシートのエリア。
context
表示されるメニューのコンテキストを提供するオブジェクト。これには null 値を指定できます。
参照