[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Handlers.OnDocumentChanged

OnDocumentChanged Property

OnDocumentChanged

Gets or sets a handler that is triggered when the report content is changed.

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

An action that takes a ChangedDocumentOptions.