Occurs when an item is being parsed.
The event handler receives an argument of type FtpItemParseEventArgs containing data related to this event. The following FtpItemParseEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Item | Gets or sets the parsed FtpItem. |
| RawLine | Gets the raw data of the line parsed. |
FtpItem Class | Rebex.Net Namespace