diff --git a/csharp/events/Program.cs b/csharp/events/Program.cs index aa543053885..05a821ad35c 100644 --- a/csharp/events/Program.cs +++ b/csharp/events/Program.cs @@ -130,7 +130,6 @@ namespace VersionOne public class FileFoundArgs : EventArgs { public string FoundFile { get; } - public bool CancelRequested { get; set; } public FileFoundArgs(string fileName) {