TreeView.IPostBackDataHandler.LoadPostData Method (String, NameValueCollection)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Processes postback data for the TreeView control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Private Function LoadPostData (
	postDataKey As String,
	postCollection As NameValueCollection
) As Boolean
	Implements IPostBackDataHandler.LoadPostData

Parameters

postDataKey
Type: System.String

The key identifier for the control.

postCollection
Type: System.Collections.Specialized.NameValueCollection

The collection of all incoming name values.

Return Value

Type: System.Boolean

true, if the TreeView control's state changes as a result of the postback event; otherwise, false.

Control developers should override the LoadPostData method.

.NET Framework
Available since 2.0
Return to top
Show: