Important: The information in this document is obsolete and should not be used for new development.
CurrentCyberItemChanged
Notifies this navigator that the current Cyberdog item has changed.
void CurrentCyberItemChanged (in CyberItem item);
item
- The new or changed
CyberItem
object.DISCUSSION
A display part embedded in this navigator calls this method to notify the navigator that some aspect of the Cyberdog item that is currently displayed, such as its default name or icon, has changed. The specified Cyberdog item may be a different item than the one that is currently displayed. The navigator should refresh any user interface elements that depend on the Cyberdog item.If you subclass
CyberNavigatorExtension
, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.