SharePointProjectEventArgs Class

Definition

Provides data for events related to SharePoint projects.

public ref class SharePointProjectEventArgs : EventArgs
public class SharePointProjectEventArgs : EventArgs
type SharePointProjectEventArgs = class
    inherit EventArgs
Public Class SharePointProjectEventArgs
Inherits EventArgs
Inheritance
SharePointProjectEventArgs
Derived

Constructors

SharePointProjectEventArgs(ISharePointProject)

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

Properties

Project

Gets or sets an instance of the ISharePointProject.

Applies to