PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / ActionHandlerLink Class / ActionHandlerLink Constructor
An instance of the C1LinkTarget-derived class to assign to the ActionHandlerLink.LinkTarget property.

In This Topic
    ActionHandlerLink Constructor
    In This Topic
    Initializes a new instance of the ActionHandlerLink class, assigning the ActionHandlerLink.LinkTarget property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal linkTarget As C1LinkTarget _
    )
    public ActionHandlerLink( 
       C1LinkTarget linkTarget
    )

    Parameters

    linkTarget
    An instance of the C1LinkTarget-derived class to assign to the ActionHandlerLink.LinkTarget property.
    See Also