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


IRelQueryTableName2.FireRowChangedEvents Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IRelQueryTableName2 Interface