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

In This Topic
    OnInfoUpdate Property
    In This Topic
    Gets or sets a handler that is triggered when the report name or ID is updated.
    Syntax
    'Declaration
     
    Public Property OnInfoUpdate As Action(Of UpdateDocumentOptions)
    public Action<UpdateDocumentOptions> OnInfoUpdate {get; set;}

    Property Value

    An action that takes an UpdateDocumentOptions.
    See Also