バージョン

OnSelectedCellsChanged メソッド

SelectedCellsChanged イベントを呼び出すために使用されます。
シンタックス
'宣言
 
Protected Overridable Sub OnSelectedCellsChanged( _
   ByVal e As GanttGridSelectionChangedEventArgs(Of GanttGridCell) _
) 
protected virtual void OnSelectedCellsChanged( 
   GanttGridSelectionChangedEventArgs<GanttGridCell> e
)

パラメータ

e
イベントの情報を提供します。
参照