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


ITopologyClass.EventNotificationOnValidate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyClass Interface > ITopologyClass.EventNotificationOnValidate Property
ArcGIS Developer Help

ITopologyClass.EventNotificationOnValidate Property

Indicates if event notification is fired on validate.

[Visual Basic .NET]
Public ReadOnly Property EventNotificationOnValidate As Boolean
[C#]
public bool EventNotificationOnValidate {get;}
[C++]
HRESULT get_EventNotificationOnValidate(
  Boolean* eventNotification
);
[C++]
Parameters
eventNotification [out, retval]

eventNotification is a parameter of type bool*

Product Availability

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

Remarks

EventNotificationOnValidate returns a Boolean value indicating if the ITopologyClassEvents::OnValidate event is broadcast when the Topology of the participating feature class is validated.  The EventNotificationOnValidate property is only set when the feature class is added to the Topology and can only be set if the Topology is created programmatically.  Feature classes participating in topologies created with the use of the Topology Wizard in ArcCatalog, return False for EventNotificationOnValidate.

See Also

ITopologyClass Interface