PowerTools ActiveReports for .NET 11.0J
ManipulationDelta イベント

構文
'宣言
 
Public Event ManipulationDelta As EventHandler(Of ManipulationDeltaEventArgs)
public event EventHandler<ManipulationDeltaEventArgs> ManipulationDelta
イベント データ

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

プロパティ解説
CumulativeManipulationGets the cumulated changes of the current manipulation.  
DeltaManipulationGets the most recent changes of the current manipulation.  
Device System.Windows.Input.InputEventArgsから継承されます。
Handled System.Windows.RoutedEventArgsから継承されます。
IsInertialGets a value that indicates whether the System.Windows.UIElement.ManipulationDelta event occurs during inertia.  
ManipulationContainerGets the container that defines the coordinates for the manipulation.  
ManipulationOriginGets the point from which the manipulation originated.  
ManipulatorsGets a collection of objects that represents the touch contacts for the manipulation.  
OriginalSource System.Windows.RoutedEventArgsから継承されます。
RoutedEvent System.Windows.RoutedEventArgsから継承されます。
Source System.Windows.RoutedEventArgsから継承されます。
Timestamp System.Windows.Input.InputEventArgsから継承されます。
VelocitiesGets the rates of the most recent changes to the manipulation.  
参照

関連項目

Viewer クラス
Viewer メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.