Share via


ExpandableDropDownList.IPostBackDataHandler.LoadPostData Method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function LoadPostData ( _
    postDataKey As String, _
    postCollection As NameValueCollection _
) As Boolean Implements IPostBackDataHandler.LoadPostData
'Usage
Dim instance As ExpandableDropDownList
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim returnValue As Boolean

returnValue = CType(instance, IPostBackDataHandler).LoadPostData(postDataKey, _
    postCollection)
boolIPostBackDataHandler.LoadPostData(
    string postDataKey,
    NameValueCollection postCollection
)

Parameters

Return Value

Type: System.Boolean

Implements

IPostBackDataHandler.LoadPostData(String, NameValueCollection)

See Also

Reference

ExpandableDropDownList Class

ExpandableDropDownList Members

Microsoft.SharePoint.WebControls Namespace