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

In This Topic
    OnInfoUpdate Property
    In This Topic
    A handler that is triggered when report name/id is updated.
    Syntax
    'Declaration
     
    Public Property OnInfoUpdate As Action(Of UpdateDocumentOptions)
    public Action<UpdateDocumentOptions> OnInfoUpdate {get; set;}
    See Also