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

In This Topic
    OnDocumentChanged Property
    In This Topic
    A handler that is triggered when report content is changed
    Syntax
    'Declaration
     
    Public Property OnDocumentChanged As Action(Of ChangedDocumentOptions)
    public Action<ChangedDocumentOptions> OnDocumentChanged {get; set;}
    See Also