IVsRunningDocumentTable6.NotifyOnAfterSave(UInt32, UInt32) Method
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.
Notifies event listeners that a save has occurred.
public void NotifyOnAfterSave (uint cookie, uint saveNotificationFlags);
abstract member NotifyOnAfterSave : uint32 * uint32 -> unit
Public Sub NotifyOnAfterSave (cookie As UInteger, saveNotificationFlags As UInteger)
Parameters
- cookie
- UInt32
The document cookie.
- saveNotificationFlags
- UInt32
Provides additional information about the save.
Remarks
This method must be accessed on the main thread.