CODComponent::OnGroup

void CODComponent::OnGroup(CODComponent* pGroup)

Called by the framework when the component is added to a group.

Defined in: OdComponent.cpp

Return Value

void

Parameters

pGroup

Pointer to group component.

Comments

This function is called right after the component has been added to the given group. It gives the component the opportunity to configure itself for the group, if necessary.