C# Class ComponentFactory.Krypton.Workspace.CellDragCancelEventArgs

Details for an cancellable event that provides pages and cell associated with a page dragging event.
Inheritance: ComponentFactory.Krypton.Navigator.PageDragCancelEventArgs
Show file Open project: ComponentFactory/Krypton

Public Methods

Method Description
CellDragCancelEventArgs ( PageDragCancelEventArgs e, KryptonWorkspaceCell cell ) : System

Initialize a new instance of the CellDragCancelEventArgs class.

CellDragCancelEventArgs ( Point screenPoint, Point screenOffset, Control c, KryptonPage pages, KryptonWorkspaceCell cell ) : System

Initialize a new instance of the CellDragCancelEventArgs class.

Method Details

CellDragCancelEventArgs() public method

Initialize a new instance of the CellDragCancelEventArgs class.
public CellDragCancelEventArgs ( PageDragCancelEventArgs e, KryptonWorkspaceCell cell ) : System
e ComponentFactory.Krypton.Navigator.PageDragCancelEventArgs Event to upgrade to this event.
cell KryptonWorkspaceCell Workspace cell associated with pages.
return System

CellDragCancelEventArgs() public method

Initialize a new instance of the CellDragCancelEventArgs class.
public CellDragCancelEventArgs ( Point screenPoint, Point screenOffset, Control c, KryptonPage pages, KryptonWorkspaceCell cell ) : System
screenPoint Point Screen point of the mouse.
screenOffset Point Screen offset of the mouse to the source element.
c System.Windows.Forms.Control Control that started the drag operation.
pages ComponentFactory.Krypton.Navigator.KryptonPage Array of event associated pages.
cell KryptonWorkspaceCell Workspace cell associated with pages.
return System