C# Class ComponentFactory.Krypton.Navigator.PageDragEndEventArgs

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

Public Methods

Method Description
PageDragEndEventArgs ( bool dropped, KryptonPage pages ) : System

Initialize a new instance of the PageDragEndEventArgs class.

Method Details

PageDragEndEventArgs() public method

Initialize a new instance of the PageDragEndEventArgs class.
public PageDragEndEventArgs ( bool dropped, KryptonPage pages ) : System
dropped bool True if a drop was performed; otherwise false.
pages KryptonPage Array of event associated pages.
return System