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

In This Topic
    OnBeforeCreate Property
    In This Topic
    Gets or sets a handler that cancels the creation process if it returns false.
    Syntax
    'Declaration
     
    Public Property OnBeforeCreate As Func(Of Boolean)
    public Func<bool> OnBeforeCreate {get; set;}

    Property Value

    A function that returns a System.Boolean.
    See Also