1 2 3 4 5 6 7 8 9
namespace HandBrake.Interop { using System; public class EncodeCompletedEventArgs : EventArgs { public bool Error { get; set; } } }