PowerTools SPREAD for Windows Forms 8.0J
PopUpEventHandler デリゲート


PopUpイベントを処理するメソッドを表します。
構文
'Declaration
 
Public Delegate Sub PopUpEventHandler( _
   ByVal sender As Object, _
   ByVal e As PopUpEventArgs _
) 
'使用法
 
Dim instance As New PopUpEventHandler(AddressOf HandlerMethod)
public delegate void PopUpEventHandler( 
   object sender,
   PopUpEventArgs e
)

パラメータ

sender
e
参照

PopUpEventHandler メンバ
FarPoint.Win 名前空間
PopUp イベント
PopUpEventArgs クラス

 

 


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