Gets or sets the event handlers that will be fired each time the event counts notification is received from server.
The event handler receives an argument of type FbRemoteEventEventArgs containing data related to this event. The following FbRemoteEventEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | |
Counts | Gets the counts of the remote event. |
Name | Gets the name of the remote event. |
FbRemoteEvent Class | FirebirdSql.Data.Firebird Namespace