Class ActivateBookmarkItemCommand
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.
Inherited Members
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class ActivateBookmarkItemCommand : FixedDocumentViewerCommandBase, ICommand
Constructors
ActivateBookmarkItemCommand(FixedDocumentViewerBase)
Initializes a new instance of the ActivateBookmarkItemCommand class.
Declaration
public ActivateBookmarkItemCommand(FixedDocumentViewerBase fixedDocumentViewerBase)
Parameters
FixedDocumentViewerBase
fixedDocumentViewerBase
Instance of the document viewer the command will be applied for. |
Methods
Execute(Object)
Applies the destination, if any, for the activated Telerik.Windows.Documents.Fixed.Model.Navigation.BookmarkItem instance or executes the provided action.
Declaration
public override void Execute(object parameter)
Parameters
System.Object
parameter
The Telerik.Windows.Documents.Fixed.Model.Navigation.BookmarkItem instance to be activated. |