Gets or sets the name of the event. To subscribe to this event, use JQuery :
$('#widgetId').on("EVENTNAME", function(event, resultDiv) { });
[DataMemberAttribute] public string EventName { get; set; }