ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / DefaultActionHandler Class / DefaultActionHandler Constructor

In This Topic
    DefaultActionHandler Constructor
    In This Topic
    Initializes a new instance of the DefaultActionHandler class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewer As ViewerModel, _
       ByVal pane As ReportPaneModel, _
       ByVal openHyperlink As Action(Of String), _
       ByVal rootHandler As Func(Of IActionHandler) _
    )
    public DefaultActionHandler( 
       ViewerModel viewer,
       ReportPaneModel pane,
       Action<string> openHyperlink,
       Func<IActionHandler> rootHandler
    )

    Parameters

    viewer
    pane
    openHyperlink
    rootHandler
    See Also