ICachedDataPersistanceCallback Interface
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools
Assemblies: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Microsoft.Office.Tools (in Microsoft.Office.Tools.dll)
Syntax
'Declaration
<GuidAttribute("49A8F5EB-3FD2-4A78-909E-D43E72358B12")> _
Public Interface ICachedDataPersistanceCallback
[GuidAttribute("49A8F5EB-3FD2-4A78-909E-D43E72358B12")]
public interface ICachedDataPersistanceCallback
The ICachedDataPersistanceCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterSave | Infrastructure. | |
OnBeforeSave | Infrastructure. |
Top