C# Class ComponentFactory.Krypton.Docking.PagesEventArgs

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

Public Methods

Method Description
PagesEventArgs ( KryptonPageCollection pages ) : System

Initialize a new instance of the PagesEventArgs class.

Method Details

PagesEventArgs() public method

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