ClassImageEditorRoutedCommand
Class
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
Methods
CanExecute(object, RadImageEditor)
Declaration
cs-api-definition
public bool CanExecute(object parameter, RadImageEditor imageEditor)
Parameters
parameter
imageEditor
Returns
Execute(object, RadImageEditor)
Declaration
cs-api-definition
public void Execute(object parameter, RadImageEditor imageEditor)
Parameters
parameter
imageEditor