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 ImageCommandExecutingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsImageCommandExecutingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the ImageCommandExecutingEventArgs class.

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

The command.

commandParameterobject

The command parameter.

Initializes a new instance of the ImageCommandExecutingEventArgs class.

C#
public ImageCommandExecutingEventArgs(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.