C# Class ComponentFactory.Krypton.Docking.PagesEventArgs

Event arguments for events that need to provide a colletion of pages.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
PagesEventArgs ( KryptonPageCollection pages ) : System

Initialize a new instance of the PagesEventArgs class.

Method Details

PagesEventArgs() public méthode

Initialize a new instance of the PagesEventArgs class.
public PagesEventArgs ( KryptonPageCollection pages ) : System
pages KryptonPageCollection Collection of pages.
Résultat System