Class ImageCommandExecutingEventArgs
Inheritance
System.Object
ImageCommandExecutingEventArgs
Namespace: Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ImageCommandExecutingEventArgs : CancelEventArgs
Constructors
ImageCommandExecutingEventArgs(ImageEditorCommandBase)
Initializes a new instance of the ImageCommandExecutingEventArgs class.
Declaration
public ImageCommandExecutingEventArgs(ImageEditorCommandBase command)
Parameters
ImageEditorCommandBase
command
The command. |
ImageCommandExecutingEventArgs(ImageEditorCommandBase, Object)
Initializes a new instance of the ImageCommandExecutingEventArgs class.
Declaration
public ImageCommandExecutingEventArgs(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. |