Class SyncCurrentBookmarkItemCommand
Command representing the action of synchronizing to the Telerik.Windows.Documents.Fixed.Model.Navigation.BookmarkItem instance related to the viewer's current page.
Inherited Members
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class SyncCurrentBookmarkItemCommand : FixedDocumentViewerCommandBase, ICommand
Constructors
SyncCurrentBookmarkItemCommand(FixedDocumentViewerBase)
Initializes a new instance of the SyncCurrentBookmarkItemCommand class.
Declaration
public SyncCurrentBookmarkItemCommand(FixedDocumentViewerBase fixedDocumentViewerBase)
Parameters
FixedDocumentViewerBase
fixedDocumentViewerBase
Instance of the document viewer the command will be applied for. |
Methods
Execute(Object)
Finds the most appropriate Telerik.Windows.Documents.Fixed.Model.Navigation.BookmarkItem instance according to the viewer's current page.
Declaration
public override void Execute(object parameter)
Parameters
System.Object
parameter
Can be set to |