Processes postback data for a System.Web.UI.WebControls.HiddenField control.
true if the System.Web.UI.WebControls.HiddenField control's state changes as a result of the postback; otherwise, false.
The Web Forms page framework tracks all the server controls that return true to this method call, then invokes the HiddenField.RaisePostDataChangedEvent on those controls.