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 ImageCommandExecutedEventArgs class.
Declaration
public ImageCommandExecutedEventArgs(ImageEditorCommandBase command)
Parameters
ImageEditorCommandBase
command
The command. |
ImageCommandExecutedEventArgs(ImageEditorCommandBase, Object)
Initializes a new instance of the ImageCommandExecutedEventArgs class.
Declaration
public ImageCommandExecutedEventArgs(ImageEditorCommandBase command, object commandParameter)
Parameters
ImageEditorCommandBase
command
The command. |
System.Object
commandParameter
The command parameter. |
Properties
Command
Gets the command.
Declaration
public ImageEditorCommandBase Command { get; }
Property Value
ImageEditorCommandBase
The command. |
CommandParameter
Gets the command parameter.
Declaration
public object CommandParameter { get; }
Property Value
System.Object
The command parameter. |