ClassActivateBookmarkItemCommand
Command representing the Bookmark activated action (usually a user click event). When executed, the viewer will display the related Bookmark destination or execute the provided action.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
public class ActivateBookmarkItemCommand : FixedDocumentViewerCommandBase, ICommand
Inheritance: objectFixedDocumentViewerCommandBaseActivateBookmarkItemCommand
Implements:
Inherited Members
Constructors
ActivateBookmarkItemCommand(FixedDocumentViewerBase)
Initializes a new instance of the ActivateBookmarkItemCommand class.
Declaration
public ActivateBookmarkItemCommand(FixedDocumentViewerBase fixedDocumentViewerBase)
Parameters
fixedDocumentViewerBase
Instance of the document viewer the command will be applied for.
Methods
Execute(object)
Applies the destination, if any, for the activated BookmarkItem instance or executes the provided action.
Declaration
public override void Execute(object parameter)
Parameters
parameter
The BookmarkItem instance to be activated.
Overrides