The ActionRequestEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAction
Gets a value indicating which client command is requested by the server.
Public propertySupported by the .NET Compact FrameworkNumber
Gets a number argument of the command or 0 if the command has no number argument.
Public propertySupported by the .NET Compact FrameworkNumber2
Gets a second number argument of the command or 0 if the command has no second number argument.
Public propertySupported by the .NET Compact FrameworkText
Gets a string argument of the command or null reference (Nothing in Visual Basic) if the command has no string argument.

See Also