[]
Gets or sets a handler that is triggered when the report content is changed.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Action<ChangedDocumentOptions> OnDocumentChanged { get; set; }
Type | Description |
---|---|
Action<ChangedDocumentOptions> | An action that takes a ChangedDocumentOptions. |