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