CODCompPropSheet::UndoApplyChanges

Undoes changes made after Apply Now command. This function is called when the user selects Cancel to restore component properties to their original states. This function is also called when the user selects OK to preserve the correct old property set when the property change commands are issued.

Defined in: OdCompPropSheet.cpp

Syntax

void CODCompPropSheet::UndoApplyChanges(CODComponentSet* pCompSet)

void CODCompPropSheet::UndoApplyChanges(CODPropertySet* pPropSet)

Return Value

void

Parameters

pCompSet

The component set for which changes are to be undone.

pPropSet

The property set for which changes are to be undone.