Data for Silverlight
CurrentChanging イベント

現在の項目が変更される前に発生します。イベントハンドラは、このイベントをキャンセルできます。
構文
'宣言
 
Public Event CurrentChanging As System.ComponentModel.CurrentChangingEventHandler
public event System.ComponentModel.CurrentChangingEventHandler CurrentChanging
イベント データ

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

プロパティ解説
CancelGets or sets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem change should be canceled.  
IsCancelableGets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem change can be canceled.  
参照

DataView クラス
DataView メンバ