This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEvents2 Interface > IVersionEvents2.OnArchiveUpdated Event (ArcObjects .NET 10.4 SDK) |
This event is fired after the historical archive has been updated with changes saved or posted to the DEFAULT version.
[Visual Basic .NET] Public Event OnArchiveUpdated As OnArchiveUpdatedEventHandler
[C#] public event OnArchiveUpdatedEventHandler OnArchiveUpdated
[C++]
HRESULT OnArchiveUpdated(
VARIANT archiveTransactionTime
);
[C++]
Parameters archiveTransactionTime [in] archiveTransactionTime is a parameter of type VARIANT
This event is fired when an archiving operation is done on the workspace. It can be used by application developers to modify archive tables every time an archiving operation has been initiated on a workspace.