ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Handlers Class / OnDocumentChanged Property

In This Topic
    OnDocumentChanged Property
    In This Topic
    Gets or sets a handler that is triggered when the report content is changed.
    Syntax
    'Declaration
     
    Public Property OnDocumentChanged As Action(Of ChangedDocumentOptions)
    public Action<ChangedDocumentOptions> OnDocumentChanged {get; set;}

    Property Value

    An action that takes a ChangedDocumentOptions.
    See Also