Firebird ADO.NET Provider SDK Documentation - v1.7

FbRemoteEventEventHandler Delegate

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

Requirements

Namespace: FirebirdSql.Data.Firebird

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

See Also

FirebirdSql.Data.Firebird Namespace