PowerTools SPREAD for Windows Forms 8.0J
TimerTick メソッド


イベントのソース
イベントデータを含むEventArgs
タイマーが開始されたときにクリックイベントを発生させます。
構文
'Declaration
 
Protected Sub TimerTick( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'使用法
 
Dim instance As FpScrollBar
Dim sender As Object
Dim e As EventArgs
 
instance.TimerTick(sender, e)
protected void TimerTick( 
   object sender,
   EventArgs e
)

パラメータ

sender
イベントのソース
e
イベントデータを含むEventArgs
参照

FpScrollBar クラス
FpScrollBar メンバ

 

 


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