DataReceivedEventArgs Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
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. |