This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableSettings Interface > IRelQueryTableSettings.FireRowChangedEvents Property (ArcObjects .NET 10.5 SDK) |
Indicates if Fire row changed events.
[Visual Basic .NET] Public Property FireRowChangedEvents As Boolean
[C#] public bool FireRowChangedEvents {get; set;}
[C++]
HRESULT get_FireRowChangedEvents(
VARIANT_BOOL* fireRowEvents
);
[C++]
HRESULT put_FireRowChangedEvents(
VARIANT_BOOL fireRowEvents
);
[C++]
Parameters fireRowEvents [out, retval] fireRowEvents is a parameter of type VARIANT_BOOL fireRowEvents [in] fireRowEvents is a parameter of type VARIANT_BOOL