Delegate that identifies the LoadPostData method which exists on Control. Used in combination with ExecuteLoadPostData.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public delegate bool LoadPostDataDelegate(
	string postDataKey,
	NameValueCollection postCollection
)
Visual Basic (Declaration)
Public Delegate Function LoadPostDataDelegate ( _
	postDataKey As String, _
	postCollection As NameValueCollection _
) As Boolean

Parameters

postDataKey
Type: System..::.String
Post Data Key
postCollection
Type: System.Collections.Specialized..::.NameValueCollection
Name Value Collection

Return Value

True if State Changed

See Also