Represents the method that will handle the WriteStatus event.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

C#
public delegate void WriteStatusEventHandler(
	Object sender,
	WriteStatusEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub WriteStatusEventHandler ( _
	sender As Object, _
	e As WriteStatusEventArgs _
)
Visual C++
public delegate void WriteStatusEventHandler(
	Object^ sender, 
	WriteStatusEventArgs^ e
)

See Also