ArcObjects Library Reference (GeoDatabase)  

IXYEventSource.EventTable Property

Table used to initialize the XYEventSource.

[Visual Basic .NET]
Public ReadOnly Property EventTable As ITable
[C#]
public ITable EventTable {get;}
[C++]
HRESULT get_EventTable(
  ITable** aTable
);
[C++]

Parameters

aTable [out, retval]

  aTable is a parameter of type ITable

Product Availability

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

See Also

IXYEventSource Interface