Initializes a new instance of the ListItemReceivedEventArgs class with the specified raw data and item.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub New ( _
	rawLine As String, _
	item As FileSystemItem _
)
C#
public ListItemReceivedEventArgs(
	string rawLine,
	FileSystemItem item
)

Parameters

rawLine
Type: System..::..String
Raw data of the received item line.
item
Type: Rebex.IO..::..FileSystemItem
Received FileSystemItem.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also