CommandEventArgs : EventArgs
(ctor) CommandEventArgs( Mobile mobile, string command, string argString, string[] arguments )
string ArgString( get; )
string[] Arguments( get; )
string Command( get; )
int Length( get; )
Mobile Mobile( get; )
bool GetBoolean( int index )
double GetDouble( int index )
int GetInt32( int index )
string GetString( int index )
TimeSpan GetTimeSpan( int index )