Class
ImageCommandExecutingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

ImageCommandExecutingEventArgs(ImageEditorCommandBase)

Initializes a new instance of the ImageCommandExecutingEventArgs class.

Declaration

cs-api-definition
public ImageCommandExecutingEventArgs(ImageEditorCommandBase command)

Parameters

command

ImageEditorCommandBase

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

ImageEditorCommandBase

The command.

commandParameter

object

The command parameter.

Properties

Command

Gets the command.

Declaration

cs-api-definition
public ImageEditorCommandBase Command { get; }

Property Value

ImageEditorCommandBase

The command.

CommandParameter

Gets the command parameter.

Declaration

cs-api-definition
public object CommandParameter { get; }

Property Value

object

The command parameter.