FacetRemoved
The FacetRemoved method removes the facet from this frame's list of facets and notifies its part of the deletion.
void FacetRemoved (in ODFacet facet);
facet
- A reference to a facet to be removed.
DISCUSSION
OpenDoc calls this method when a facet is removed. This method in turn calls the FacetRemoved method associated with this frame's part to notify the part that a facet has been removed from one of its display frames.
SEE ALSO
The ODFacet::RemoveFacet method (page 254).
The ODFrame::FacetAdded method (page 319).
The ODPart::FacetRemoved method (page 515).