API Reference > OdDg Classes > OdDgElementReactor Class > OdDgElementReactor Methods > OdDgElementReactor::modifyUndone Method
OdDgElementReactor::modifyUndone Method
Syntax
C++
virtual void modifyUndone(const OdDgElement* pElement);
Parameters 
Description 
const OdDgElement* pElement 
[in] Pointer to the notifying element. 

Notification function called whenever the notifying element is in the midst an Undo operation that is undoing modifications. 

 

The notifying element is open OdDg::kForRead. 

The default implementation of this function does nothing. This function can be overridden in custom classes.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.