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


IRowEvents.OnValidate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowEvents Interface > IRowEvents.OnValidate Method
ArcGIS Developer Help

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