[]
Gets or sets a handler that cancels the saving process if it returns false.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Func<SaveDocumentInfo, bool> OnBeforeSave { get; set; }
| Type | Description |
|---|---|
| Func<SaveDocumentInfo, bool> | A function that takes a SaveDocumentInfo and returns a bool. |