ComponentFactory.Krypton.Workspace.RecreateLoadingPageEventArgs.RecreateLoadingPageEventArgs C# (CSharp) Method

RecreateLoadingPageEventArgs() public method

Initialize a new instance of the RecreateLoadingPageEventArgs class.
public RecreateLoadingPageEventArgs ( string uniqueName ) : System
uniqueName string Unique name of the page that needs creating.
return System
        public RecreateLoadingPageEventArgs(string uniqueName)
            : base(false)
        {
            _uniqueName = uniqueName;
        }
RecreateLoadingPageEventArgs