The ActionRequestEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Action |
Gets a value indicating which client command is requested by the server.
| |
| Number |
Gets a number argument of the command or 0 if the command has no number argument.
| |
| Number2 |
Gets a second number argument of the command or 0 if the command has no second number argument.
| |
| Text |
Gets a string argument of the command or null reference (Nothing in Visual Basic) if the command has no string argument.
|