ComponentFactory.Krypton.Docking.PagesEventArgs.PagesEventArgs C# (CSharp) Method

PagesEventArgs() public method

Initialize a new instance of the PagesEventArgs class.
public PagesEventArgs ( KryptonPageCollection pages ) : System
pages KryptonPageCollection Collection of pages.
return System
        public PagesEventArgs(KryptonPageCollection pages)
        {
            _pages = pages;
        }
PagesEventArgs