SharePointProjectItemFileOpenEventArgs 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 project item Open events.
public ref class SharePointProjectItemFileOpenEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemFileEventArgs
public class SharePointProjectItemFileOpenEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemFileEventArgs
type SharePointProjectItemFileOpenEventArgs = class
inherit SharePointProjectItemFileEventArgs
Public Class SharePointProjectItemFileOpenEventArgs
Inherits SharePointProjectItemFileEventArgs
- Inheritance
Constructors
SharePointProjectItemFileOpenEventArgs(ISharePointProjectItemFile) |
Properties
Cancel |
Gets or sets a value indicating whether the Open event is handled. |
ProjectItemFile |
Gets or sets an instance of the ISharePointProjectItemFile. (Inherited from SharePointProjectItemFileEventArgs) |