Class ImageCommandExecutedEventArgs
Inheritance
System.Object
ImageCommandExecutedEventArgs
Namespace: Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ImageCommandExecutedEventArgs : EventArgs
Constructors
ImageCommandExecutedEventArgs(ImageEditorCommandBase)
Initializes a new instance of the Image
Declaration
public ImageCommandExecutedEventArgs(ImageEditorCommandBase command)
Parameters
Image The command. |
ImageCommandExecutedEventArgs(ImageEditorCommandBase, Object)
Initializes a new instance of the Image
Declaration
public ImageCommandExecutedEventArgs(ImageEditorCommandBase command, object commandParameter)
Parameters
Image The command. |
System. The command parameter. |
Properties
Command
Gets the command.
Declaration
public ImageEditorCommandBase Command { get; }
Property Value
Image The command. |
CommandParameter
Gets the command parameter.
Declaration
public object CommandParameter { get; }
Property Value
System. The command parameter. |