Class ImageEditorRoutedCommand
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.ImageEditorCommands.RoutedCommands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ImageEditorRoutedCommand : RoutedUICommand, ICommand
Constructors
ImageEditorRoutedCommand(String)
Declaration
public ImageEditorRoutedCommand(string name)
Parameters
System.String
name
|
Methods
CanExecute(Object, RadImageEditor)
Declaration
public bool CanExecute(object parameter, RadImageEditor imageEditor)
Parameters
System.Object
parameter
|
RadImageEditor
imageEditor
|
Returns
System.Boolean
|
Execute(Object, RadImageEditor)
Declaration
public void Execute(object parameter, RadImageEditor imageEditor)
Parameters
System.Object
parameter
|
RadImageEditor
imageEditor
|