Class FormChangeCommandArguments
Represents arguments of the form change command.
public class FormChangeCommandArguments
- Inheritance
-
objectFormChangeCommandArguments
- Derived
- Extension Methods
Properties
ChangedFieldName
Name of field which triggered the request.
public string ChangedFieldName { get; set; }
Property Value
- string
Data
Dictionary containing the form data.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>