ActionRequestEventArgs Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9313)
Provides data for the ActionRequested event.
Syntax
public class ActionRequestEventArgs : EventArgs
  Inherited 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.  |