ESRI.ArcGIS.ADF.Web.UI.WebControls
TreeViewPlusNodePageChangedEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TreeViewPlusNodePageChangedEventHandler Delegate




sender
The control that raised the event.
args
Arguments for the node event, including the Node affected and old and new pages.
Delegate to handle the NodePageChanged event on a TreeViewPlus.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub TreeViewPlusNodePageChangedEventHandler( _
   ByVal sender As Object, _
   ByVal args As TreeViewPlusNodePageChangedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New TreeViewPlusNodePageChangedEventHandler(AddressOf HandlerMethod)
C# 
public delegate void TreeViewPlusNodePageChangedEventHandler( 
   object sender,
   TreeViewPlusNodePageChangedEventArgs args
)

Parameters

sender
The control that raised the event.
args
Arguments for the node event, including the Node affected and old and new pages.

See Also

© 2010 All Rights Reserved.