PowerTools SPREAD for Windows Forms 8.0J
DoubleClick イベント (ElementWindowless)


ユーザーが要素をダブルクリックすると発生します。
構文
'Declaration
 
Public Event DoubleClick As EventHandler
'使用法
 
Dim instance As ElementWindowless
Dim handler As EventHandler
 
AddHandler instance.DoubleClick, handler
public event EventHandler DoubleClick
解説
このイベントは、MouseUp イベントの後に発生します。
参照

ElementWindowless クラス
ElementWindowless メンバ
MouseUp イベント
Click イベント

 

 


© 2004-2015, GrapeCity inc. All rights reserved.