ComponentOne Studio for WinRT XAML
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.
参照

C1CollectionView クラス
C1CollectionView メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.