| C1.Xaml アセンブリ > 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 プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Cancel | Gets or sets a value that indicates whether the CurrentItem change should be canceled. |
| IsCancelable | Gets a value that indicates whether the CurrentItem change can be canceled. |