C# Class ComponentFactory.Krypton.Navigator.PageDragEventArgs

Details for an event that provides pages associated with a page dragging event.
Inheritance: System.EventArgs
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
PageDragEventArgs ( Point screenPoint, KryptonPage pages ) : System

Initialize a new instance of the KryptonPageDragEventArgs class.

PageDragEventArgs ( Point screenPoint, KryptonPageCollection pages ) : System

Initialize a new instance of the KryptonPageDragEventArgs class.

Method Details

PageDragEventArgs() public method

Initialize a new instance of the KryptonPageDragEventArgs class.
public PageDragEventArgs ( Point screenPoint, KryptonPage pages ) : System
screenPoint Point Screen point of the mouse.
pages KryptonPage Array of event associated pages.
return System

PageDragEventArgs() public method

Initialize a new instance of the KryptonPageDragEventArgs class.
public PageDragEventArgs ( Point screenPoint, KryptonPageCollection pages ) : System
screenPoint Point Screen point of the mouse.
pages KryptonPageCollection Collection of event associated pages.
return System