Class
ImageEditorRoutedCommand

Definition

Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands.RoutedCommands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ImageEditorRoutedCommand : RoutedUICommand

Inheritance: objectImageEditorRoutedCommand

Constructors

ImageEditorRoutedCommand(string)

Declaration

cs-api-definition
public ImageEditorRoutedCommand(string name)

Parameters

name

string

Methods

CanExecute(object, RadImageEditor)

Declaration

cs-api-definition
public bool CanExecute(object parameter, RadImageEditor imageEditor)

Parameters

parameter

object

imageEditor

RadImageEditor

Returns

bool

Execute(object, RadImageEditor)

Declaration

cs-api-definition
public void Execute(object parameter, RadImageEditor imageEditor)

Parameters

parameter

object

imageEditor

RadImageEditor