ArcObjects Library Reference (GeoDatabase)  

IRowEvents.OnValidate Method

An after event that is fired when a custom object is validated.

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

Product Availability

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

See Also

IRowEvents Interface