SharePointProjectItemFileEventArgs Class

Definition

Provides data for events related to SharePoint project item files.

public ref class SharePointProjectItemFileEventArgs : EventArgs
public class SharePointProjectItemFileEventArgs : EventArgs
type SharePointProjectItemFileEventArgs = class
    inherit EventArgs
Public Class SharePointProjectItemFileEventArgs
Inherits EventArgs
Inheritance
SharePointProjectItemFileEventArgs
Derived

Constructors

SharePointProjectItemFileEventArgs(ISharePointProjectItemFile)

Initializes a new instance of the SharePointProjectItemFileEventArgs class with the provided instance of the ISharePointProjectItemFile.

Properties

ProjectItemFile

Gets or sets an instance of the ISharePointProjectItemFile.

Applies to