SharePointProjectItemEventArgs 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 project items.
public ref class SharePointProjectItemEventArgs : EventArgs
public class SharePointProjectItemEventArgs : EventArgs
type SharePointProjectItemEventArgs = class
inherit EventArgs
Public Class SharePointProjectItemEventArgs
Inherits EventArgs
- Inheritance
-
SharePointProjectItemEventArgs
- Derived
Constructors
SharePointProjectItemEventArgs(ISharePointProjectItem) |
Initializes a new instance of the SharePointProjectItemEventArgs class. |
Properties
ProjectItem |
Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised. |