GrapeCity SPREAD for Windows Forms 11.0J
OnMouseUp メソッド (SideButtonBase)


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

パラメータ

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

SideButtonBase クラス
SideButtonBase メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.