You should not create this event argument directly. 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 class SQLCommandEventArgs : EventArgs
Public Class SQLCommandEventArgs _
	Inherits EventArgs

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
App..::.SQLCommandEventArgs()()()
Initializes a new instance of the App..::.SQLCommandEventArgs class
method
RequestID
sqlCommand

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    RedCritterV1..::.App..::.SQLCommandEventArgs

See Also