Class
ToolCommittingEventArgs

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:

cs-api-definition
public class ToolCommittingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsToolCommittingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ToolCommittingEventArgs(ITool)

Initializes a new instance of the ToolCommittingEventArgs class.

Declaration

cs-api-definition
public ToolCommittingEventArgs(ITool tool)

Parameters

tool

ITool

The tool.

Properties

Tool

Gets the current executing tool.

Declaration

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

Property Value

ITool