C# Class ComponentFactory.Krypton.Toolkit.PointEventArgs

Details for an event that provides a Point value.
Inheritance: System.EventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
PointEventArgs ( Point point ) : System

Initialize a new instance of the PointEventArgs class.

Method Details

PointEventArgs() public method

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