バージョン

CurrentChanging イベント

System.ComponentModel.ICollectionView.CurrentItem が変更される前に発生します。このイベントはキャンセルできます。
シンタックス
'宣言
 
Public Event CurrentChanging As CurrentChangingEventHandler
public event CurrentChangingEventHandler CurrentChanging
イベント データ

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

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