IVsRunningDocumentTable6.NotifyOnAfterSave(UInt32, UInt32) Method

Definition

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.

Applies to