Microsoft.VisualStudio.Project.ProjectFileClosingEventArgs.ProjectFileClosingEventArgs C# (CSharp) Method

ProjectFileClosingEventArgs() public method

public ProjectFileClosingEventArgs ( bool removed ) : System
removed bool
return System
        public ProjectFileClosingEventArgs(bool removed)
        {
            this.removed = removed;
        }
ProjectFileClosingEventArgs