Basic Library for WPF/Silverlight
ManipulationStarted イベント (C1ComboBox)

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

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

プロパティ解説
System.Windows.Input.InputEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
コンテナーを取得、 System.Windows.Input.ManipulationStartedEventArgs.ManipulationOrigin プロパティに関連します。  
操作の起点となるポイントを取得します。  
操作のタッチの連絡先を表すオブジェクトのコレクションを取得します。  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.Input.InputEventArgsから継承されます。
参照