[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Handlers.OnAfterSave

OnAfterSave Property

OnAfterSave

Gets or sets a handler that is called when saving is complete.

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

An action that takes a SaveDocumentInfo.