CODSymbolComponent::DispatchConnectionEvents

void CODSymbolComponent::DispatchConnectionEvents(CODConnectionMap& mapNotified)

Dispatches all queued connection events.

Defined in: OdSymbolComp.cpp

Return Value

void

Parameters

mapNotified

Map of connections that have dispatched events.

Comments

This function dispatches all events queued up on the connections associated with this symbol. Connections to child components are also traversed. This function also cascades through all dependent symbols and dispatches events queued on their connections.