DataGrid for WPF/Silverlight
CurrentChanging イベント

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid.Data 名前空間 > BaseCollectionView クラス : CurrentChanging イベント
現在の項目が変更される前に発生します。
シンタックス
'宣言
 
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 the System.ComponentModel.ICollectionView.CurrentItem change should be canceled.  
Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem change can be canceled.  
参照