Occurs when the top-level categories are created in the Navigator control.
[Visual Basic]
Public Event TopLevelCreated() As NavigatorItemListEventHandler[C#]
public event NavigatorItemListEventHandler TopLevelCreated();[JScript]
In JScript, you can handle the events defined by another class, but you cannot define your own.This event is raised after the list of top-level items have been created and sorted, but before they are added to the master list.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Navigator Class | Navigator Members
Copyright © 2005 by Structured Solutions. All rights reserved.