true if the server control's state changes as a result of the postback; otherwise, false.
The ASP.NET page framework tracks all the server controls that return true to this method call, and then invokes the IPostBackDataHandler.RaisePostDataChangedEvent method on those controls.