So I am not seeing the cancel property. Looking at the code I only see FileName and am getting Cancel not found on the filexfereventargs object.
public sealed class SetupFileXferEventArgs:EventArgs {
/// <summary>
/// Инициализирует новый экземпляр класса <see cref="SetupFileXferEventArgs"/>.
/// </summary>
internal SetupFileXferEventArgs() {
}
/// <summary>
/// Возвращает или устанавливает имя файла изображения.
/// </summary>
public string FileName {
get;
set;
}
}