DataCollection
CurrentChanging イベント (C1CollectionView)

C1.WPF.DataCollection アセンブリ > C1.WPF.DataCollection 名前空間 > C1CollectionView クラス : CurrentChanging イベント
When implementing this interface, fire this event before changing the current item. The event handler can cancel this event.
シンタックス
'宣言
 
Public Event CurrentChanging As System.ComponentModel.CurrentChangingEventHandler
public event System.ComponentModel.CurrentChangingEventHandler CurrentChanging
イベント データ

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

プロパティ解説
Gets or sets a value that indicates whether to cancel the event.  
Gets a value that indicates whether the event is cancelable.  
参照