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


IRelQueryTableName2.FireRowChangedEvents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableName2 Interface > IRelQueryTableName2.FireRowChangedEvents Property
ArcGIS Developer Help

IRelQueryTableName2.FireRowChangedEvents Property

Indicates if Fire row changed events.

[Visual Basic .NET]
Public Property FireRowChangedEvents As Boolean
[C#]
public bool FireRowChangedEvents {get; set;}
[C++]
HRESULT get_FireRowChangedEvents(
  Boolean* fireRowEvents
);
[C++]
HRESULT put_FireRowChangedEvents(
  VARIANT_BOOL fireRowEvents
);
[C++]
Parameters
fireRowEvents [out, retval]

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

Product Availability

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

See Also

IRelQueryTableName2 Interface