[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace:  MKB.TimePicker
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
Private Function LoadPostData ( _
	postDataKey As String, _
	values As NameValueCollection _
) As Boolean Implements IPostBackDataHandler.LoadPostData
private:
virtual bool LoadPostData(
	String^ postDataKey, 
	NameValueCollection^ values
) sealed = IPostBackDataHandler::LoadPostData

Parameters

postDataKey
String
values
NameValueCollection

Implements

IPostBackDataHandler..::.LoadPostData(String, NameValueCollection)

See Also