RichTextBox for WPF
ManipulationStarting イベント (C1SimplifiedRichTextBoxToolbar)

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

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

プロパティ解説
Gets or sets whether one finger can start a manipulation.  
Gets or sets the container that all manipulation events and calculations are relative to.  
Gets a collection of objects that represents the touch contacts for the manipulation.  
Gets or sets which types of manipulations are possible.  
Gets or sets an object that describes the pivot for a single-point manipulation.  
参照