Class
ImageEditorCommandBase

Definition

Namespace:ArtOfTest.WebAii.Design.UI.ImageEditor

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public abstract class ImageEditorCommandBase : ICommand

Inheritance: objectImageEditorCommandBase

Derived Classes: ImageEditorCaptureCommandImageEditorClearCommandImageEditorClearImageCommandImageEditorSaveCommandImageEditorToggleDrawRectangeImageEditorToggleDrawTextBox

Implements: ICommand

Constructors

ImageEditorCommandBase(ImageEditorContainer)

Declaration

cs-api-definition
public ImageEditorCommandBase(ImageEditorContainer imageEditor)

Parameters

imageEditor

ImageEditorContainer

Properties

AssociatedImageEditor

Declaration

cs-api-definition
public ImageEditorContainer AssociatedImageEditor { get; }

Property Value

ImageEditorContainer

CurrentCanExecuteParam

Declaration

cs-api-definition
protected object CurrentCanExecuteParam { get; }

Property Value

object

CurrentExecuteParam

Declaration

cs-api-definition
protected object CurrentExecuteParam { get; }

Property Value

object

Methods

CanExecute(object)

Declaration

cs-api-definition
public bool CanExecute(object parameter)

Parameters

parameter

object

Returns

bool

Implements ICommand.CanExecute(object)

CanExecuteOverride()

Declaration

cs-api-definition
protected virtual bool CanExecuteOverride()

Returns

bool

Execute(object)

Declaration

cs-api-definition
public void Execute(object parameter)

Parameters

parameter

object

Implements ICommand.Execute(object)

ExecuteOverride()

Declaration

cs-api-definition
protected virtual void ExecuteOverride()

OnCanExecuteChanged()

Declaration

cs-api-definition
protected virtual void OnCanExecuteChanged()

Events

CanExecuteChanged

Declaration

cs-api-definition
public event EventHandler CanExecuteChanged

Event Value

EventHandler

Implements ICommand.CanExecuteChanged