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

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

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

プロパティ解説
Device System.Windows.Input.InputEventArgsから継承されます。
Handled System.Windows.RoutedEventArgsから継承されます。
IsSingleTouchEnabledGets or sets whether one finger can start a manipulation.  
ManipulationContainerGets or sets the container that all manipulation events and calculations are relative to.  
ManipulatorsGets a collection of objects that represents the touch contacts for the manipulation.  
ModeGets or sets which types of manipulations are possible.  
OriginalSource System.Windows.RoutedEventArgsから継承されます。
PivotGets or sets an object that describes the pivot for a single-point manipulation.  
RoutedEvent System.Windows.RoutedEventArgsから継承されます。
Source System.Windows.RoutedEventArgsから継承されます。
Timestamp System.Windows.Input.InputEventArgsから継承されます。
参照

関連項目

Viewer クラス
Viewer メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.