ClassImageCommandExecutingEventArgs
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class ImageCommandExecutingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsImageCommandExecutingEventArgs
Inherited Members
Constructors
ImageCommandExecutingEventArgs(ImageEditorCommandBase)
Initializes a new instance of the ImageCommandExecutingEventArgs class.
Declaration
cs-api-definition
public ImageCommandExecutingEventArgs(ImageEditorCommandBase command)
Parameters
command
The command.
ImageCommandExecutingEventArgs(ImageEditorCommandBase, object)
Initializes a new instance of the ImageCommandExecutingEventArgs class.
Declaration
cs-api-definition
public ImageCommandExecutingEventArgs(ImageEditorCommandBase command, object commandParameter)
Parameters
command
The command.
commandParameter
The command parameter.
Properties
Command
Gets the command.
Declaration
cs-api-definition
public ImageEditorCommandBase Command { get; }
Property Value
The command.
CommandParameter
Gets the command parameter.
Declaration
cs-api-definition
public object CommandParameter { get; }
Property Value
The command parameter.