C# Class ComponentFactory.Krypton.Toolkit.DragStartEventCancelArgs

Details for an cancellable event that provides a position, offset and control value.
Inheritance: PointEventCancelArgs
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
DragStartEventCancelArgs ( Point point, Point offset, Control c ) : System

Initialize a new instance of the DragStartEventCancelArgs class.

Method Details

DragStartEventCancelArgs() public method

Initialize a new instance of the DragStartEventCancelArgs class.
public DragStartEventCancelArgs ( Point point, Point offset, Control c ) : System
point Point Point associated with event.
offset Point Offset associated with event.
c System.Windows.Forms.Control Control that is generating the drag start.
return System