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

In This Topic
    OnBeforeCreate Property
    In This Topic
    An async handler, cancels create process if returned false.
    Syntax
    'Declaration
     
    Public Property OnBeforeCreate As Func(Of Boolean)
    public Func<bool> OnBeforeCreate {get; set;}
    See Also