ArcGIS Developer Help (ESRI.ArcGIS.Geodatabase) |
|
OnPostEventHandler Delegate
Represents the method that handles the
OnPost event.
[Visual Basic .NET]
Public Delegate Sub OnPostEventHandler ( _
ByVal targetVersionName As String _
)
[C#]
public delegate void OnPostEventHandler (
string targetVersionName
);