SharePointProjectEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |