This document is archived and information here might be outdated.  Recommended version.


IVersionEvents2.OnArchiveUpdated Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEvents2 Interface > IVersionEvents2.OnArchiveUpdated Event
ArcGIS Developer Help

IVersionEvents2.OnArchiveUpdated Event

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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. 

See Also

IVersionEvents2 Interface