ListItemReceivedEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
ListItemReceivedEventArgs(String, FileSystemItem)
Initializes a new instance of the ListItemReceivedEventArgs class with the specified raw data and item.
Declaration
public ListItemReceivedEventArgs(string rawLine, FileSystemItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| String | rawLine | Raw data of the received item line. |
| FileSystemItem | item | Received FileSystemItem. |