|
IAdviseSink::OnSave
Notifies all registered advisory sinks that the object has been saved.
Void OnSave();
Comments
Object handlers and link objects normally implement IAdviseSink::OnSave to receive notifications of when an object is saved to disk, either to its
original storage (through a Save operation) or to new storage (through a Save As
operation). Object Handlers and link objects register to be notified when an
object is saved for the purpose of updating their caches, but then only if the
advise flag passed during registration specifies ADVFCACHE_ONSAVE. Object
handlers and link objects forward these notifications to their containers.
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|