C# Class ComponentFactory.Krypton.Navigator.PopupPageEventArgs

Details for a popup page event.
Inheritance: KryptonPageCancelEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
PopupPageEventArgs ( KryptonPage page, int index, Rectangle screenRect ) : System

Initialize a new instance of the PopupPageEventArgs class.

Method Details

PopupPageEventArgs() public method

Initialize a new instance of the PopupPageEventArgs class.
public PopupPageEventArgs ( KryptonPage page, int index, Rectangle screenRect ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
screenRect System.Drawing.Rectangle Screen rectangle for showing the popup.
return System