API Reference > OdDb Classes > OdDbLeaderWatcherPE Class > OdDbLeaderWatcherPE Methods > OdDbLeaderWatcherPE::modified Method
OdDbLeaderWatcherPE::modified Method
Syntax
C++
virtual void modified(OdDbObject* pObj, const OdDbObject* pAssocObj);
Parameters 
Description 
OdDbObject* pObj 
[in] Pointer to the object that received the notification.  
const OdDbObject* pAssocObj 
[in] Pointer to the associated object. 

Notification function called whenever an object receives a modified notification from an associated object. 

 

This function is called whenever the associated object is being closed after being modified. 

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.