SharePointProjectItemOpenEventArgs 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 Open event.
public ref class SharePointProjectItemOpenEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemEventArgs
public class SharePointProjectItemOpenEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemEventArgs
type SharePointProjectItemOpenEventArgs = class
inherit SharePointProjectItemEventArgs
Public Class SharePointProjectItemOpenEventArgs
Inherits SharePointProjectItemEventArgs
- Inheritance
Constructors
SharePointProjectItemOpenEventArgs(ISharePointProjectItem) |
Initializes a new instance of the SharePointProjectItemOpenEventArgs class with the provided instance of the ISharePointProjectItem. |
Properties
Handled |
Gets or sets whether the Open event is handled. |
ProjectItem |
Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised. (Inherited from SharePointProjectItemEventArgs) |