C# Class ComponentFactory.Krypton.Docking.StorePageEventArgs

Event arguments for events that need to provide a store page reference.
Inheritance: System.EventArgs
Show file Open project: Cocotteseb/Krypton

Public Methods

Method Description
StorePageEventArgs ( KryptonStorePage storePage ) : System

Initialize a new instance of the StorePageEventArgs class.

Method Details

StorePageEventArgs() public method

Initialize a new instance of the StorePageEventArgs class.
public StorePageEventArgs ( KryptonStorePage storePage ) : System
storePage KryptonStorePage Reference to store page that is associated with the event.
return System