Event that is called when a node page is changed on the tree.
Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("Fires when the next or previous set of nodes are displayed when the number of nodes exceeds one page.")>
Public Event NodePageChanged As TreeViewPlusNodePageChangedEventHandler |
C# | |
---|
[ResDescriptionAttribute("Fires when the next or previous set of nodes are displayed when the number of nodes exceeds one page.")]
public event TreeViewPlusNodePageChangedEventHandler NodePageChanged |
Event Data
The event handler receives an argument of type TreeViewPlusNodePageChangedEventArgs containing data related to this event. The following TreeViewPlusNodePageChangedEventArgs properties provide information specific to this event.
Property | Description |
---|
NewPage | Index of the new page displayed as a result of the event. |
Node | The TreeViewPlusNode at which the page was changed. |
OldPage | Index of the previous page that was displayed before the event. |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also