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




sender
A reference to the control that raised the event.
args
Arguments for the node event. Node property has a reference to the node affected.
Delegate to handle the NodeExpanded event on a TreeViewPlus.

Syntax

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

Parameters

sender
A reference to the control that raised the event.
args
Arguments for the node event. Node property has a reference to the node affected.

See Also

© 2010 All Rights Reserved.