Important: The information in this document is obsolete and should not be used for new development.
NavigateToCyberItem
Displays the content referenced by a Cyberdog item that has been shown in this navigator.
void NavigateToCyberItem (in CyberItem item);
item
- The Cyberdog item to revisit.
DISCUSSION
This method notifies a navigator part to navigate to a Cyberdog item that is already in its visitation history. If the specified item is not in the visitation history, this method calls the item'sOpen
method. The navigator embeds the display part associated with the Cyberdog item and updates the visitation history. This method is typically called when the user selects a Cyberdog item from the navigator's visitation history.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.SEE ALSO
TheGoToCyberItem
method (page 258).
TheCyberItem::Open
method (page 241).