[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FpChart.LoadPostData

LoadPostData Method

LoadPostData(string, NameValueCollection)

Override the LoadPostData function to customize the implementation of IPostBackDataHandler.LoadPostData.

Declaration
protected virtual bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Protected Overridable Function LoadPostData(postDataKey As String, postCollection As NameValueCollection) As Boolean
Parameters
Type Name Description
string postDataKey

The key identifier for the control.

NameValueCollection postCollection

The collection of all incoming name values.

Returns
Type Description
bool

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