Rebex FTP/SSL for .NET

FtpItem.ItemParse Event

Occurs when an item is being parsed.

public static event FtpItemParseEventHandler ItemParse;

Event Data

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.

See Also

FtpItem Class | Rebex.Net Namespace