SharePointProjectItemPropertiesRequestedEventArgs Class

Definition

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
SharePointProjectItemPropertiesRequestedEventArgs

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.

Applies to