Sparkline for UWP
CurrentChanging イベント

C1.UWP アセンブリ > C1.Xaml 名前空間 > C1CollectionView クラス : CurrentChanging イベント
このイベントは、現在の項目が変更される前にトリガされ、別の項目への移動をキャンセルできるようにします。
シンタックス
'宣言
 
Public Event CurrentChanging As Windows.UI.Xaml.Data.CurrentChangingEventHandler
public event Windows.UI.Xaml.Data.CurrentChangingEventHandler CurrentChanging
イベント データ

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

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