RichTextBox for WPF
ManipulationStarted イベント (C1ThicknessTool)

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

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

プロパティ解説
Gets the container that the System.Windows.Input.ManipulationStartedEventArgs.ManipulationOrigin property is relative to.  
Gets the point from which the manipulation originated.  
Gets a collection of objects that represents the touch contacts for the manipulation.  
参照