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

In This Topic
    Handlers Property
    In This Topic
    Gets or sets the handlers for various document events.
    Syntax
    'Declaration
     
    Public Property Handlers As Handlers
    public Handlers Handlers {get; set;}

    Property Value

    An instance of Handlers that contains the handlers for various document events.
    See Also