OutlookBar for WPF/Silverlight
ManipulationStarted イベント (C1OutlookItem)

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

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

プロパティ解説
Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again.  
Gets the container that defines the coordinates for the manipulation.  
Gets the point from which the manipulation originated.  
System.Windows.RoutedEventArgsから継承されます。
参照