New to Telerik UI for WPFStart a free 30-day trial

Definition

Constructors

C#
public SaveImageCommand(RadImageEditor owner)
Parameters:ownerRadImageEditor

Properties

Gets a value indicating whether this command can be executed when RadImageEditor is read-only. The default implementation returns false.

C#
protected override bool CanExecuteInReadOnlyMode { get; }
Property Value:

true if this command preserves the image; otherwise, false.

Overrides: ImageEditorCommandBase.CanExecuteInReadOnlyMode

Methods

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

Overrides: ImageEditorCommandBase.ExecuteOverride(object)