IVsEditorFactoryNotify Members
Include Protected Members
Include Inherited Members
Provides notification methods for saving or renaming a file, or adding an item.
The IVsEditorFactoryNotify type exposes the following members.
Methods
Name | Description | |
---|---|---|
NotifyDependentItemSaved | Method called when a file is saved. | |
NotifyItemAdded | Method called when a new file (cloned from a template or existing file) is added to the project. | |
NotifyItemRenamed | Method called when a file is renamed. |
Top