Class ImageEditorCommandBase
Inheritance
Namespace: Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public abstract class ImageEditorCommandBase : Object, ICommand
Constructors
ImageEditorCommandBase(RadImageEditor)
Properties
CanExecuteInReadOnlyMode
Gets a value indicating whether this command can be executed when RadImageEditor is read-only. The default implementation returns false.
Declaration
protected virtual bool CanExecuteInReadOnlyMode { get; }
Property Value
System.Boolean
|
CanExecuteWithoutImage
Gets a value indicating whether this command can be executed when RadImageEditor doesn't have a lodaded image. The default implementation returns false.
Declaration
protected virtual bool CanExecuteWithoutImage { get; }
Property Value
System.Boolean
|
Owner
Methods
CanExecute(Object)
Declaration
public bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
CanExecuteOverride(Object)
Declaration
protected virtual bool CanExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Execute(Object)
Declaration
public void Execute(object parameter)
Parameters
System.Object
parameter
|
ExecuteOverride(Object)
Declaration
protected abstract void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
OnCanExecuteChanged()
Declaration
protected void OnCanExecuteChanged()
Events
CanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
System.EventHandler
|