C# Class Microsoft.VisualStudio.Project.UnitTests.ProjectEventsUtilities

Show file Open project: IntelliTect/PowerStudio Class Usage Examples

Public Methods

Method Description
CreateAfterProjectFileOpenedEventArgs ( bool added ) : AfterProjectFileOpenedEventArgs
CreateBeforeProjectFileClosedEventArgs ( bool removed ) : BeforeProjectFileClosedEventArgs

Method Details

CreateAfterProjectFileOpenedEventArgs() public static method

public static CreateAfterProjectFileOpenedEventArgs ( bool added ) : AfterProjectFileOpenedEventArgs
added bool
return AfterProjectFileOpenedEventArgs

CreateBeforeProjectFileClosedEventArgs() public static method

public static CreateBeforeProjectFileClosedEventArgs ( bool removed ) : BeforeProjectFileClosedEventArgs
removed bool
return BeforeProjectFileClosedEventArgs