TKMP.DLLのダウンロード

非同期実行のメールデータ読み出しが終了したときのイベントを発行します

Namespace:  TKMP.Net
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
protected virtual void OnBodyLoaded(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnBodyLoaded ( _
	e As EventArgs _
)

Parameters

e
Type: System..::.EventArgs
イベントデータ

See Also