C# Class ComponentFactory.Krypton.Navigator.PageDropEventArgs

Details for an event that indicates a page is being dropped.
Inheritance: CancelEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
PageDropEventArgs ( KryptonPage page ) : System

Initialize a new instance of the PageDropEventArgs class.

Method Details

PageDropEventArgs() public method

Initialize a new instance of the PageDropEventArgs class.
public PageDropEventArgs ( KryptonPage page ) : System
page KryptonPage Page that is being dropped.
return System