Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class EventData : Carrier
public EventData()
public virtual bool BlockExecution { get; set; }
public virtual string CgiContent { get; set; }
public virtual StringDictionary CgiVariables { get; set; }
public virtual string Exception { get; set; }
public virtual StringDictionary Headers { get; set; }
public virtual StringDictionary InputValues { get; set; }
public virtual string Message { get; set; }
public virtual string NavigateTo { get; set; }
public virtual StringDictionary OutputValues { get; set; }
public virtual StringDictionary ParserValues { get; set; }
public virtual string ShowDialog { get; set; }
public virtual StringDictionary StateValues { get; set; }
public virtual bool TraceExecution { get; set; }
[JsonIgnore] public EventHandlerType? Type { get; set; }
[JsonProperty("Type")] public string Type_String { get; set; }
Was this page helpful?