This event is fired after a version is posted.
[Visual Basic 6.0] Event OnPost(
ByVal targetVersionName As String _
)
[Visual Basic .NET] Public Event OnPost As OnPostEventHandler
[C#] public event OnPostEventHandler OnPost
[C++]
HRESULT OnPost(
BSTR targetVersionName
);
[C++]Parameters
targetVersionName [in] targetVersionName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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.