C# Class ComponentFactory.Krypton.Docking.StorePageEventArgs

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

Méthodes publiques

Méthode Description
StorePageEventArgs ( KryptonStorePage storePage ) : System

Initialize a new instance of the StorePageEventArgs class.

Method Details

StorePageEventArgs() public méthode

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.
Résultat System