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

In This Topic
    OnAfterOpen Property
    In This Topic
    A handler that is called when open is complete.
    Syntax
    'Declaration
     
    Public Property OnAfterOpen As Action
    public Action OnAfterOpen {get; set;}
    See Also