Class
ToolCommittedEventArgs

Initializes a new instance of the ToolCommittedEventArgs with the ExecuteSameToolAfterCommit property set to true.

Definition

Namespace:Telerik.Windows.Media.Imaging.Tools

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ToolCommittedEventArgs : EventArgs

Inheritance: objectEventArgsToolCommittedEventArgs

Inherited Members EventArgs.Empty

Constructors

ToolCommittedEventArgs(ITool)

Initializes a new instance of the ToolCommittedEventArgs class.

Declaration

cs-api-definition
public ToolCommittedEventArgs(ITool tool)

Parameters

tool

ITool

The tool.

Properties

ExecuteSameToolAfterCommit

Gets or sets a value indicating whether the tool is preserved as a current executing tool. If set to false, current executing tool will be deactivated.

Declaration

cs-api-definition
public bool ExecuteSameToolAfterCommit { get; set; }

Property Value

bool

Tool

Gets the current executed tool.

Declaration

cs-api-definition
public ITool Tool { get; }

Property Value

ITool

The tool.