ClassSaveImageCommand
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class SaveImageCommand : ImageEditorCommandBase, ICommand
Inheritance: objectImageEditorCommandBaseSaveImageCommand
Implements:
Inherited Members
Constructors
SaveImageCommand(RadImageEditor)
Declaration
cs-api-definition
public SaveImageCommand(RadImageEditor owner)
Parameters
owner
Properties
CanExecuteInReadOnlyMode
Gets a value indicating whether this command can be executed when RadImageEditor is read-only. The default implementation returns false.
Declaration
cs-api-definition
protected override bool CanExecuteInReadOnlyMode { get; }
Property Value
true if this command preserves the image; otherwise, false.
Overrides
Methods
ExecuteOverride(object)
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
Overrides