AcManager.Controls.UserControls.PageLoadingEventArgs.PageLoadingEventArgs C# (CSharp) Method

PageLoadingEventArgs() public method

public PageLoadingEventArgs ( AsyncProgressEntry progress ) : System
progress FirstFloor.ModernUI.Dialogs.AsyncProgressEntry
return System
        public PageLoadingEventArgs(AsyncProgressEntry progress) {
            Progress = progress;
        }
PageLoadingEventArgs