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

In This Topic
    OnAfterSave Property
    In This Topic
    A handler that is called when save is complete.
    Syntax
    'Declaration
     
    Public Property OnAfterSave As Action(Of SaveDocumentInfo)
    public Action<SaveDocumentInfo> OnAfterSave {get; set;}
    See Also