[]
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.
public class ActionHandlerLink : ActionHandlerBase
For details on the use of action handlers, see ActionHandlerBase.
Name | Description |
---|---|
ActionHandlerLink(C1LinkTarget) | Initializes a new instance of the ActionHandlerLink class, assigning the LinkTarget property. |
Name | Description |
---|---|
LinkTarget | Gets or sets the link target associated with the current ActionHandlerLink. |