Maps for WPF/Silverlight
ManipulationCompleted イベント (C1Maps)

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

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

プロパティ解説
Gets the velocities that are used for the manipulation.  
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 whether the System.Windows.UIElement.ManipulationCompleted event occurs during inertia.  
Gets the container that defines the coordinates for the manipulation.  
Gets the point from which the manipulation originated.  
System.Windows.RoutedEventArgsから継承されます。
Gets the total transformation that occurs during the current manipulation.  
参照