[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Handlers.OnBeforeOpen

OnBeforeOpen Property

OnBeforeOpen

Gets or sets a handler that cancels the opening process if it returns false.

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Func<bool> OnBeforeOpen { get; set; }
Property Value
Type Description
Func<bool>

A function that returns a bool.