SharePointProjectItemOpenEventArgs Class
Provides data for the Open event.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemEventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemOpenEventArgs
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemEventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemOpenEventArgs
| Name | Description | |
|---|---|---|
![]() | SharePointProjectItemOpenEventArgs(ISharePointProjectItem^) | Initializes a new instance of the SharePointProjectItemOpenEventArgs class with the provided instance of the ISharePointProjectItem. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


