[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Handlers.OnBeforeSave

OnBeforeSave Property

OnBeforeSave

Gets or sets a handler that cancels the saving process if it returns false.

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Func<SaveDocumentInfo, bool> OnBeforeSave { get; set; }
Property Value
Type Description
Func<SaveDocumentInfo, bool>

A function that takes a SaveDocumentInfo and returns a bool.