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

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:

C#
public class ToolCommittedEventArgs : EventArgs

Inheritance: objectEventArgsToolCommittedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ToolCommittedEventArgs class.

C#
public ToolCommittedEventArgs(ITool tool)
Parameters:toolITool

The tool.

Properties

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.

C#
public bool ExecuteSameToolAfterCommit { get; set; }

Gets the current executed tool.

C#
public ITool Tool { get; }
Property Value:

The tool.