ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ViewerModel Class / AddActionHandler Method

In This Topic
    AddActionHandler Method
    In This Topic
    Adds the action handler.
    Syntax
    'Declaration
     
    Public Sub AddActionHandler( _
       ByVal handler As IActionHandler _
    ) 
    public void AddActionHandler( 
       IActionHandler handler
    )

    Parameters

    handler
    See Also