ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* eventNotification
);
[C++]

Parameters

eventNotification [out, retval]   eventNotification is a parameter of type VARIANT_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