com.esri.arcgis.geodatabase
Class IVersionEvents2OnPostEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.geodatabase.IVersionEvents2OnPostEvent
- All Implemented Interfaces:
- Serializable
public class IVersionEvents2OnPostEvent
- extends EventObject
Remarks
This event is fired after a version is posted. It can be used by application developers to initiate custom code every time a version is posted. Since the event fires after a post is completed it can not be used to determine differences between versions.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
- Serialized Form
IVersionEvents2OnPostEvent
public IVersionEvents2OnPostEvent(Object source)
init
public void init(String targetVersionName)
getTargetVersionName
public final String getTargetVersionName()