No problem. I referenced the Firebird .NET Data Provider directly in my project as it has support for this functionality via the FbRemoteEvent class and FbRemoteEventEventHandler(). Works well.
Also the provider exposes classes for programmaticaly doing backups (FbBackup) and restores (FbRestore). Powerful stuff.