Occurs when the top-level categories are created in the Navigator control.
[Visual Basic]
Public Event SubcategoriesCreated() As NavigatorItemListEventHandler[C#]
public event NavigatorItemListEventHandler SubcategoriesCreated();[JScript]
In JScript, you can handle the events defined by another class, but you cannot define your own.This event is raised after each list of subcategories has 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.