This document is archived and information here might be outdated.  Recommended version.


IRowEvents.OnValidate Method (ArcObjects .NET 10.5 SDK)
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