C# Class ComponentFactory.Krypton.Navigator.PageDragCancelEventArgs

Details for an cancellable event that provides pages associated with a page dragging event.
Inheritance: CancelEventArgs
显示文件 Open project: Cocotteseb/Krypton Class Usage Examples

Public Methods

Method Description
PageDragCancelEventArgs ( Point screenPoint, Point elementOffset, Control c, KryptonPage pages ) : System

Initialize a new instance of the PageDragCancelEventArgs class.

PageDragCancelEventArgs ( Point screenPoint, Point elementOffset, Control c, KryptonPageCollection pages ) : System

Initialize a new instance of the PageDragCancelEventArgs class.

Method Details

PageDragCancelEventArgs() public method

Initialize a new instance of the PageDragCancelEventArgs class.
public PageDragCancelEventArgs ( Point screenPoint, Point elementOffset, Control c, KryptonPage pages ) : System
screenPoint Point Screen point of the mouse.
elementOffset Point Offset from the top left of the element.
c System.Windows.Forms.Control Control that started the drag operation.
pages KryptonPage Array of event associated pages.
return System

PageDragCancelEventArgs() public method

Initialize a new instance of the PageDragCancelEventArgs class.
public PageDragCancelEventArgs ( Point screenPoint, Point elementOffset, Control c, KryptonPageCollection pages ) : System
screenPoint Point Screen point of the mouse.
elementOffset Point Offset from the top left of the element.
c System.Windows.Forms.Control Control that started the drag operation.
pages KryptonPageCollection Collection of event associated pages.
return System