OLAP for WPF /Silverlight
MouseLeftButtonDown イベント (DraggableItem)

C1.Silverlight.Olap.5 アセンブリ > C1.Silverlight.Olap 名前空間 > DraggableItem クラス : MouseLeftButtonDown イベント
シンタックス
'宣言
 
Public Event MouseLeftButtonDown As System.Windows.Input.MouseButtonEventHandler
public event System.Windows.Input.MouseButtonEventHandler MouseLeftButtonDown
イベント データ

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

プロパティ解説
Gets the number of times the button was clicked.  
Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.Input.MouseEventArgsから継承されます。
参照