CollectionView for WinForms
CurrentChanging イベント (ISupportCurrency)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ISupportCurrency インターフェース : CurrentChanging イベント
Occurs when the current item is changing.
シンタックス
'宣言
 
Event CurrentChanging As System.EventHandler(Of CancelEventArgs)
event System.EventHandler<CancelEventArgs> CurrentChanging
イベント データ

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

プロパティ解説
Gets or sets a value indicating whether this CancelEventArgs is cancelled.  
参照