SharePointProjectItemPropertiesRequestedEventArgs 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 the ProjectItemPropertiesRequested event.
public ref class SharePointProjectItemPropertiesRequestedEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemEventArgs
public class SharePointProjectItemPropertiesRequestedEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemEventArgs
type SharePointProjectItemPropertiesRequestedEventArgs = class
inherit SharePointProjectItemEventArgs
Public Class SharePointProjectItemPropertiesRequestedEventArgs
Inherits SharePointProjectItemEventArgs
- Inheritance
Constructors
SharePointProjectItemPropertiesRequestedEventArgs(ISharePointProjectItem, IPropertySourceCollection) |
Initializes a new instance of the SharePointProjectItemPropertiesRequestedEventArgs class with the provided instances of the ISharePointProjectItem and property source collection. |
Properties
ProjectItem |
Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised. (Inherited from SharePointProjectItemEventArgs) |
PropertySources |
Gets or sets the collection of property source objects being requested. |