FileChangedEventArgs Class

Provides data to the BaseDocData FileChanged event.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Class FileChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As FileChangedEventArgs
public class FileChangedEventArgs : EventArgs
public ref class FileChangedEventArgs : public EventArgs
public class FileChangedEventArgs extends EventArgs
type FileChangedEventArgs =  
    class
        inherit EventArgs
    end

Remarks

See BaseDocData.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Common.UI.FileChangedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FileChangedEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace