[]
Gets or sets a handler that is called when saving is complete.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Action<SaveDocumentInfo> OnAfterSave { get; set; }
| Type | Description |
|---|---|
| Action<SaveDocumentInfo> | An action that takes a SaveDocumentInfo. |