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


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

IGPTopologyMembership.EventNotificationOnValidate Property

Indicates if event notification is fired on validate.

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

eventNotification is a parameter of type bool* eventNotification [in]
eventNotification is a parameter of type bool

Product Availability

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

See Also

IGPTopologyMembership Interface