Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ActionHandlerLink Class
Members

In This Topic
    ActionHandlerLink Class
    In This Topic
    Describes an ActionHandlerBase that executes a hyperlink jump. The target of the jump is specified by the instance of C1LinkTarget that is assigned to the LinkTarget property.
    Object Model
    ActionHandlerLink Class
    Syntax
    'Declaration
     
    Public Class ActionHandlerLink 
       Inherits ActionHandlerBase
    public class ActionHandlerLink : ActionHandlerBase 
    Remarks
    For details on the use of action handlers, see ActionHandlerBase.
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.ActionHandlerBase
          C1.C1Preview.ActionHandlerLink

    See Also