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


ユーザーが要素をクリックすると発生します。
構文
'Declaration
 
Public Event Click As EventHandler
'使用法
 
Dim instance As ElementWindowless
Dim handler As EventHandler
 
AddHandler instance.Click, handler
public event EventHandler Click
解説

このイベントは、MouseUp イベントの後に発生します。

参照

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

 

 


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