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

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