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
Constructors
Initializes a new instance of the ToolCommittedEventArgs class.
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; }