There are two overriden methods LoadPostData and RaisePostDataChangedEvent in all controls that implement the IPostBackDataHandler interface. The same is checked by ASP.Net at page load time.
Once the HTTP page handler class is fully identified, the ASP.NET runtime calls the ProcessRequest handler to process the request.
ProcessRequest : , ,
, , . , . , IPostBackEventHandler ( ), RaisePostBackEvent.
ASP.Net
.
,