ArcObjects Library Reference (GeoDatabase)  

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

Parameters

eventNotification [out, retval]   eventNotification is a parameter of type VARIANT_BOOL eventNotification [in]   eventNotification is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPTopologyMembership Interface