C# Class ComponentFactory.Krypton.Toolkit.PointEventCancelArgs

Details for an cancellable event that provides a Point value.
Inheritance: CancelEventArgs
Show file Open project: Cocotteseb/Krypton

Public Methods

Method Description
PointEventCancelArgs ( Point point ) : System

Initialize a new instance of the PointEventCancelArgs class.

Method Details

PointEventCancelArgs() public method

Initialize a new instance of the PointEventCancelArgs class.
public PointEventCancelArgs ( Point point ) : System
point Point Point associated with event.
return System