ListItemReceivedEventArgs.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Item
Gets the received FileSystemItem.
Declaration
public FileSystemItem Item { get; }
Property Value
| Type | Description |
|---|---|
| FileSystemItem | The received FileSystemItem or null if not available. |
Remarks
To remove this item from the list, set this property to null.