ArcObjects Library Reference (TrackingAnalyst)  

ITxConnectorEvents.OnEnableMessages Method

Notification that a change has been made to allow a new message definition. Essentially this lets the parent object know that the data filtering has changed.

[Visual Basic .NET]
Public Sub OnEnableMessages ( _
)
[C#]
public void OnEnableMessages (
);
[C++]
HRESULT OnEnableMessages(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxConnectorEvents Interface