ESRI.ArcGIS.ADF.Web.UI.WebControls
TreeViewPlusNodePageChangedEventArgs Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TreeViewPlusNodePageChangedEventArgs Class




Arguments for a page-change event occurring on a TreeViewPlusNode.

Object Model

TreeViewPlusNodePageChangedEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class TreeViewPlusNodePageChangedEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNodePageChangedEventArgs
C# 
public class TreeViewPlusNodePageChangedEventArgs : System.EventArgs 

Remarks

The NodePageChanged event is called on a TreeViewPlus control when the tree node contains more child nodes than the value in its PageSize property. When a method is registered with the handler for the event, the method is passed a TreeViewPlusNodePageChangedEventArgs object. This object contains information about the node whose page was changed, along with the indexes for the previous and new page displayed.

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

© 2011 All Rights Reserved.