EventHandlerResponse public class EventHandlerResponse : ObjectIdentifier Documentation public ObjectIdentifier Application { get; set; } public string AssemblyName { get; set; } public string ClassName { get; set; } public string CompanyName { get; set; } public string Description { get; set; } public EventHandlerExecution ExecutionType { get; set; } public EventHandlerResponse()