Share via


RenameFileEntityChangedEventArgs Constructor

Definition

Initializes a new instance of the RenameFileEntityChangedEventArgs class.

public:
 RenameFileEntityChangedEventArgs(System::String ^ oldPath, System::String ^ newPath, Microsoft::VisualStudio::Workspace::Indexing::FileEntityChanged changeType, bool isFile);
public:
 RenameFileEntityChangedEventArgs(Platform::String ^ oldPath, Platform::String ^ newPath, Microsoft::VisualStudio::Workspace::Indexing::FileEntityChanged changeType, bool isFile);
 RenameFileEntityChangedEventArgs(std::wstring const & oldPath, std::wstring const & newPath, Microsoft::VisualStudio::Workspace::Indexing::FileEntityChanged changeType, bool isFile);
public RenameFileEntityChangedEventArgs (string oldPath, string newPath, Microsoft.VisualStudio.Workspace.Indexing.FileEntityChanged changeType, bool isFile);
public RenameFileEntityChangedEventArgs (string? oldPath, string newPath, Microsoft.VisualStudio.Workspace.Indexing.FileEntityChanged changeType, bool isFile);
new Microsoft.VisualStudio.Workspace.Indexing.RenameFileEntityChangedEventArgs : string * string * Microsoft.VisualStudio.Workspace.Indexing.FileEntityChanged * bool -> Microsoft.VisualStudio.Workspace.Indexing.RenameFileEntityChangedEventArgs
Public Sub New (oldPath As String, newPath As String, changeType As FileEntityChanged, isFile As Boolean)

Parameters

oldPath
String

Original path of the entity

newPath
String

New path of the entity

changeType
FileEntityChanged

Change type

isFile
Boolean

If entity is a file

Applies to