New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class ImageCommandExecutedEventArgs : EventArgs

Inheritance: objectEventArgsImageCommandExecutedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ImageCommandExecutedEventArgs class.

C#
public ImageCommandExecutedEventArgs(ImageEditorCommandBase command, object commandParameter)
Parameters:commandImageEditorCommandBase

The command.

commandParameterobject

The command parameter.

Initializes a new instance of the ImageCommandExecutedEventArgs class.

C#
public ImageCommandExecutedEventArgs(ImageEditorCommandBase command)
Parameters:commandImageEditorCommandBase

The command.

Properties

Gets the command.

C#
public ImageEditorCommandBase Command { get; }
Property Value:

The command.

Gets the command parameter.

C#
public object CommandParameter { get; }
Property Value:

The command parameter.