You should not raise this event. It is used for internal communications with the Player.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public event EventHandler<App..::.SQLCommandEventArgs> OnSQLResult
Public Event OnSQLResult As EventHandler(Of App..::.SQLCommandEventArgs)

See Also