C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ActionHandlerLink Class
Members

ActionHandlerLink Class
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
 
Remarks
For details on the use of action handlers, see ActionHandlerBase.
Inheritance Hierarchy

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

See Also