1 / 1

Lebenszyklus eines Controls

Lebenszyklus eines Controls. Instantiate : Constructor. Initialize : OnInit Methode und Init event. Begin Tracking View : TrackViewState method. Load View State : LoadViewState method. Postback only.

redell
Download Presentation

Lebenszyklus eines Controls

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lebenszyklus eines Controls Instantiate: Constructor Initialize: OnInit Methode und Initevent Begin Tracking View: TrackViewStatemethod Load View State: LoadViewStatemethod Postback only LoadPostback Data: IpostBackDataHandler.LoadPostDatamethod (returns True/Falseforeachcontrol) Load: OnLoadmethodandLoadevent RaiseChanged Events: IPostBackDataHandler.RaisePostDataChangedEventmethod Postback only RaisePostback Event: IPostBackEventHandler.RaisePostBackEventmethod PreRender: OnPreRendermethodandPreRenderevent Save View State: SaveViewStatemethod Raises an Event for each Control which returned True in Load Postback Data Render: Rendermethod Unload: OnUnloadmethodandUnloadevent Dispose: Disposemethod

More Related