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

Initializes a new instance of the ToolCommittingEventArgs with the Cancel property set to false.

Definition

Namespace:Telerik.Windows.Media.Imaging.Tools

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class ToolCommittingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsToolCommittingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the ToolCommittingEventArgs class.

C#
public ToolCommittingEventArgs(ITool tool)
Parameters:toolITool

The tool.

Properties

Gets the current executing tool.

C#
public ITool Tool { get; }