Represents the method that will handle the WriteStatus event.
Namespace:
PerpetuumSoft.Framework.ConnectivityAssembly: 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 ) |
Parameters
- sender
- Type: System..::.Object