Firebird ADO.NET Provider SDK Documentation - v1.7

ServiceOutputEventHandler Delegate

[Visual Basic]
Public Delegate Sub ServiceOutputEventHandler( _
   ByVal sender As Object, _
   ByVal e As ServiceOutputEventArgs _
)
[C#]
public delegate void ServiceOutputEventHandler(
   object sender,
   ServiceOutputEventArgs e
);

Requirements

Namespace: FirebirdSql.Data.Firebird.Services

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FirebirdSql.Data.Firebird.Services Namespace