ClassToolCommittedEventArgs
Class
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
Constructors
ToolCommittedEventArgs(ITool)
Initializes a new instance of the ToolCommittedEventArgs class.
Declaration
cs-api-definition
public ToolCommittedEventArgs(ITool tool)
Parameters
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
cs-api-definition
public bool ExecuteSameToolAfterCommit { get; set; }
Property Value