ClassToolCommittingEventArgs
Class
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
Constructors
ToolCommittingEventArgs(ITool)
Initializes a new instance of the ToolCommittingEventArgs class.
Declaration
cs-api-definition
public ToolCommittingEventArgs(ITool tool)
Parameters
tool
The tool.