ArcObjects Library Reference (GeoDatabase)  

IFeatureEvents.OnSplit Method

An after event that is fired when a Feature is split, on the deleted input Feature.

[Visual Basic .NET]
Public Sub OnSplit ( _
)
[C#]
public void OnSplit (
);
[C++]
HRESULT OnSplit(
void
);

Product Availability

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

See Also

IFeatureEvents Interface