Class SetFixedDocumentPresenterCommand
Represents set fixed document presenter command.
Inherited Members
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class SetFixedDocumentPresenterCommand : FixedDocumentViewerCommandBase, ICommand
Constructors
SetFixedDocumentPresenterCommand(FixedDocumentViewerBase, IFixedDocumentPresenter)
Initializes a new instance of the SetFixedDocumentPresenterCommand class.
Declaration
public SetFixedDocumentPresenterCommand(FixedDocumentViewerBase viewer, IFixedDocumentPresenter presenter)
Parameters
FixedDocumentViewerBase
viewer
The viewer. |
IFixedDocumentPresenter
presenter
The presenter. |
Methods
Execute(Object)
Defines the method to be called when the command is invoked.
Declaration
public override void Execute(object parameter)
Parameters
System.Object
parameter
Data used by the command. If the command does not require data to be passed, this object can be set to null. |