C# Class Microsoft.VisualStudio.Project.FileChangedOnDiskEventArgs

Event args class for triggering file change event arguments.
Inheritance: System.EventArgs
Mostra file Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Public Methods

Method Description
FileChangedOnDiskEventArgs ( string fileName, uint id, _VSFILECHANGEFLAGS flag ) : System

Constructs a new event args.

Method Details

FileChangedOnDiskEventArgs() public method

Constructs a new event args.
public FileChangedOnDiskEventArgs ( string fileName, uint id, _VSFILECHANGEFLAGS flag ) : System
fileName string File name that was changed on disk.
id uint The item id of the file that was changed on disk.
flag _VSFILECHANGEFLAGS
return System