[]
Gets or sets a handler that is triggered when the report name or ID is updated.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Action<UpdateDocumentOptions> OnInfoUpdate { get; set; }
| Type | Description |
|---|---|
| Action<UpdateDocumentOptions> | An action that takes an UpdateDocumentOptions. |