FlexReport for WPF
ManipulationBoundaryFeedback イベント (OutlinesView)


C1.WPF.FlexViewer.4.6.2 アセンブリ > C1.WPF.FlexViewer 名前空間 > OutlinesView クラス : ManipulationBoundaryFeedback イベント
シンタックス
'宣言
 
Public Event ManipulationBoundaryFeedback As System.EventHandler(Of ManipulationBoundaryFeedbackEventArgs)
'使用法
 
Dim instance As OutlinesView
Dim handler As System.EventHandler(Of ManipulationBoundaryFeedbackEventArgs)
 
AddHandler instance.ManipulationBoundaryFeedback, handler
public event System.EventHandler<ManipulationBoundaryFeedbackEventArgs> ManipulationBoundaryFeedback
イベント データ

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

プロパティ解説
直接操作の未使用部分を取得します。  
System.Windows.Input.InputEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.Input.ManipulationBoundaryFeedbackEventArgs.BoundaryFeedback プロパティが関連しているコンテナーを取得します。  
操作用のタッチ接触点を表すオブジェクトのコレクションを取得します。  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.Input.InputEventArgsから継承されます。
参照