Class ToolCommittingEventArgs
Initializes a new instance of the ToolCommittingEventArgs with the Cancel property set to false.
Inheritance
System.Object
ToolCommittingEventArgs
Namespace: Telerik.Windows.Media.Imaging.Tools
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ToolCommittingEventArgs : CancelEventArgs
Constructors
ToolCommittingEventArgs(ITool)
Initializes a new instance of the ToolCommittingEventArgs class.
Declaration
public ToolCommittingEventArgs(ITool tool)
Parameters
ITool
tool
The tool. |