C# Class ComponentFactory.Krypton.Toolkit.PointEventCancelArgs

Details for an cancellable event that provides a Point value.
Inheritance: CancelEventArgs
Afficher le fichier Open project: Cocotteseb/Krypton

Méthodes publiques

Méthode Description
PointEventCancelArgs ( Point point ) : System

Initialize a new instance of the PointEventCancelArgs class.

Method Details

PointEventCancelArgs() public méthode

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