RenameFileEntityChangedEventArgs 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.
Renamed version of FileEntityChangedEventArgs
public ref class RenameFileEntityChangedEventArgs : Microsoft::VisualStudio::Workspace::Indexing::FileEntityChangedEventArgs
public class RenameFileEntityChangedEventArgs : Microsoft.VisualStudio.Workspace.Indexing.FileEntityChangedEventArgs
type RenameFileEntityChangedEventArgs = class
inherit FileEntityChangedEventArgs
Public Class RenameFileEntityChangedEventArgs
Inherits FileEntityChangedEventArgs
- Inheritance
Constructors
RenameFileEntityChangedEventArgs(String, String, FileEntityChanged, Boolean) |
Initializes a new instance of the RenameFileEntityChangedEventArgs class. |
Properties
ChangeType |
Changed type (Inherited from FileEntityChangedEventArgs) |
IsFile |
If the entity is a file (Inherited from FileEntityChangedEventArgs) |
OldPath |
Old path for the entity |
Path |
Entity Path (Inherited from FileEntityChangedEventArgs) |