Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class ImageCommandExecutingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsImageCommandExecutingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ImageCommandExecutingEventArgs class.
C#
public ImageCommandExecutingEventArgs(ImageEditorCommandBase command, object commandParameter)
The command.
commandParameterobjectThe command parameter.
Initializes a new instance of the ImageCommandExecutingEventArgs class.
C#
public ImageCommandExecutingEventArgs(ImageEditorCommandBase command)
The command.
Properties
Gets the command.
C#
public ImageEditorCommandBase Command { get; }
The command.
Gets the command parameter.
C#
public object CommandParameter { get; }
The command parameter.