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


イベントの送信元を表すObjectオブジェクト。
イベントデータを含むKeyExitEventArgs
GrapeCity.Win.Editors.EditBase.KeyExit イベントを処理するメソッドを表します。
構文
'Declaration
 
Public Delegate Sub KeyExitEventHandler( _
   ByVal sender As Object, _
   ByVal e As KeyExitEventArgs _
) 
'使用法
 
Dim instance As New KeyExitEventHandler(AddressOf HandlerMethod)
public delegate void KeyExitEventHandler( 
   object sender,
   KeyExitEventArgs e
)

パラメータ

sender
イベントの送信元を表すObjectオブジェクト。
e
イベントデータを含むKeyExitEventArgs
参照

KeyExitEventHandler メンバ
GrapeCity.Win.Spread.InputMan.CellType 名前空間

 

 


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