Scheduler for WPF
ManipulationStarting イベント (C1Calendar)

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 > C1Calendar クラス : ManipulationStarting イベント
シンタックス
'宣言
 
Public Event ManipulationStarting As System.EventHandler(Of ManipulationStartingEventArgs)
public event System.EventHandler<ManipulationStartingEventArgs> ManipulationStarting
イベント データ

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

プロパティ解説
System.Windows.Input.InputEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
1 本の指で操作を開始できるかどうかを取得または設定します。  
すべての操作イベントおよび計算の基準となるコンテナーを取得または設定します。  
操作用のタッチ接触点を表すオブジェクトのコレクションを取得します。  
使用可能な操作の種類を取得または設定します。  
System.Windows.RoutedEventArgsから継承されます。
シングルポイント操作のピボットを記述するオブジェクトを取得または設定します。  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.Input.InputEventArgsから継承されます。
参照