Class ToolCommittedEventArgs
Initializes a new instance of the ToolCommittedEventArgs with the ExecuteSameToolAfterCommit property set to true.
Inheritance
Namespace: Telerik.Windows.Media.Imaging.Tools
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ToolCommittedEventArgs : EventArgs
Constructors
ToolCommittedEventArgs(ITool)
Initializes a new instance of the ToolCommittedEventArgs class.
Declaration
public ToolCommittedEventArgs(ITool tool)
Parameters
ITool
tool
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
public bool ExecuteSameToolAfterCommit { get; set; }
Property Value
System.Boolean
|
Tool
Gets the current executed tool.
Declaration
public ITool Tool { get; }
Property Value
ITool
The tool. |