This function is used to make sure we detect changes and merge them when LoadPostData Second Try fires after you have modified the state of your control.

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

Syntax

C#
public bool ExecuteLoadPostData(
	AjaxControl..::.LoadPostDataDelegate loadPostDataDelegate,
	string postDataKey,
	NameValueCollection postCollection,
	AjaxControl..::.ClearPropertyStateDelegate clearPropertyStateDelegate
)
Visual Basic (Declaration)
Public Function ExecuteLoadPostData ( _
	loadPostDataDelegate As AjaxControl..::.LoadPostDataDelegate, _
	postDataKey As String, _
	postCollection As NameValueCollection, _
	clearPropertyStateDelegate As AjaxControl..::.ClearPropertyStateDelegate _
) As Boolean

Parameters

loadPostDataDelegate
Type: Gaia.WebWidgets..::.AjaxControl..::.LoadPostDataDelegate
Pass in the LoadPostDataDelegate
postDataKey
Type: System..::.String
Post Data Key
postCollection
Type: System.Collections.Specialized..::.NameValueCollection
Name Value Collection
clearPropertyStateDelegate
Type: Gaia.WebWidgets..::.AjaxControl..::.ClearPropertyStateDelegate
Delegate which will be called when clearing of dirtyness may be nesseccary for some properties

Return Value

True if State Changed

See Also