This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPTopologyMembership Interface > IGPTopologyMembership.EventNotificationOnValidate Property (ArcObjects .NET 10.5 SDK) |
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