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

Definition

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

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class ImageEditorRoutedCommand : RoutedUICommand

Inheritance: objectImageEditorRoutedCommand

Constructors

C#
public ImageEditorRoutedCommand(string name)
Parameters:namestring

Methods

C#
public bool CanExecute(object parameter, RadImageEditor imageEditor)
Parameters:parameterobjectimageEditorRadImageEditorReturns:

bool

C#
public void Execute(object parameter, RadImageEditor imageEditor)
Parameters:parameterobjectimageEditorRadImageEditor