ArcObjects Library Reference (GeoDatabase)  

IRelQueryTableSettings.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

IRelQueryTableSettings Interface