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

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
        public StorePageEventArgs(KryptonStorePage storePage)
        {
            _storePage = storePage;
        }
StorePageEventArgs