FlexChart for WPF
ManipulationStarting イベント (C1Sunburst)

C1.WPF.FlexChart.4.6.2 アセンブリ > C1.WPF.Chart 名前空間 > C1Sunburst クラス : ManipulationStarting イベント
シンタックス
'宣言
 
Public Event ManipulationStarting As System.EventHandler(Of ManipulationStartingEventArgs)
public event System.EventHandler<ManipulationStartingEventArgs> ManipulationStarting
イベント データ

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

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