GanttView for WPF
ItemChanged イベント (CustomCalendarCollection)

C1.WPF.GanttView アセンブリ > C1.GanttView 名前空間 > CustomCalendarCollection クラス : ItemChanged イベント
シンタックス
'宣言
 
Public Event ItemChanged As System.EventHandler(Of BaseCollectionEventArgs(Of T))
public event System.EventHandler<BaseCollectionEventArgs<T>> ItemChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、C1.Schedule.BaseCollectionEventArgs<T> 型の引数を受け取りました。次の BaseCollectionEventArgs<T> プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
 
参照