DataReceivedEventArgs Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
Provides data for the DataReceived event.
Syntax
public class DataReceivedEventArgs : EventArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| RawData | Gets the all (unmodified) data received from the server. |
| StrippedData | Gets the stripped data received from the server. All escape sequences are stripped. |