This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyClass Interface > ITopologyClass.EventNotificationOnValidate Property (ArcObjects .NET 10.4 SDK) |
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
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.