TKMP.DLLのダウンロード
Assembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
データ受信中に発生するイベントハンドラ
Namespace:
TKMP.NetAssembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Syntax
C# |
---|
public delegate void DataReceiveHandler( Object sender, DataReceiveArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub DataReceiveHandler ( _ sender As Object, _ e As DataReceiveArgs _ ) |