GrapeCity SPREAD for WPF 2.0J
OnMouseLeftButtonUp メソッド (AutoFilterListBoxItem)

イベントデータを含む System.Windows.Input.MouseButtonEventArgs。このイベントデータは、マウス左ボタンが離されたことを報告します。
未処理の System.Windows.UIElement.MouseLeftButtonUp ルーティングイベントが、その経路上で、このクラスから派生した要素に到達したときに呼び出されます。このイベントに対するクラス処理を追加するには、このメソッドを実装します。
構文
'Declaration
 
Protected Overrides Sub OnMouseLeftButtonUp( _
   ByVal e As MouseButtonEventArgs _
) 
protected override void OnMouseLeftButtonUp( 
   MouseButtonEventArgs e
)

パラメータ

e
イベントデータを含む System.Windows.Input.MouseButtonEventArgs。このイベントデータは、マウス左ボタンが離されたことを報告します。
参照

AutoFilterListBoxItem クラス
AutoFilterListBoxItem メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.