PowerTools SPREAD for Windows Forms 10.0J
OnClick メソッド (SideButtonBase)


イベントソースを示すSystem.Object
イベントデータを含むSystem.EventArgsオブジェクト。
Click イベントを発生させます。
構文
'Declaration
 
Protected Overridable Sub OnClick( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'使用法
 
Dim instance As SideButtonBase
Dim sender As Object
Dim e As EventArgs
 
instance.OnClick(sender, e)
protected virtual void OnClick( 
   object sender,
   EventArgs e
)

パラメータ

sender
イベントソースを示すSystem.Object
e
イベントデータを含むSystem.EventArgsオブジェクト。
参照

SideButtonBase クラス
SideButtonBase メンバ

 

 


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