SharePointProjectEventArgs(ISharePointProject) Constructor

Definition

Initializes a new instance of the SharePointProjectEventArgs class with the provided instance of the ISharePointProject.

public:
 SharePointProjectEventArgs(Microsoft::VisualStudio::SharePoint::ISharePointProject ^ project);
public SharePointProjectEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProject project);
new Microsoft.VisualStudio.SharePoint.SharePointProjectEventArgs : Microsoft.VisualStudio.SharePoint.ISharePointProject -> Microsoft.VisualStudio.SharePoint.SharePointProjectEventArgs
Public Sub New (project As ISharePointProject)

Parameters

project
ISharePointProject

The instance of the SharePoint project.

Applies to