UI\TemplateControl.cs (16)
509GetDelegateInformationFromSyncMethod(_pagePreInitEventName, syncEventDictionary);
510GetDelegateInformationFromSyncMethod(_pagePreLoadEventName, syncEventDictionary);
511GetDelegateInformationFromSyncMethod(_pageLoadCompleteEventName, syncEventDictionary);
512GetDelegateInformationFromSyncMethod(_pagePreRenderCompleteEventName, syncEventDictionary);
513GetDelegateInformationFromSyncMethod(_pageInitCompleteEventName, syncEventDictionary);
514GetDelegateInformationFromSyncMethod(_pageSaveStateCompleteEventName, syncEventDictionary);
523GetDelegateInformationFromSyncMethod(_pageInitEventName, syncEventDictionary);
524GetDelegateInformationFromSyncMethod(_pageLoadEventName, syncEventDictionary);
525GetDelegateInformationFromSyncMethod(_pageDataBindEventName, syncEventDictionary);
526GetDelegateInformationFromSyncMethod(_pagePreRenderEventName, syncEventDictionary);
527GetDelegateInformationFromSyncMethod(_pageUnloadEventName, syncEventDictionary);
528GetDelegateInformationFromSyncMethod(_pageErrorEventName, syncEventDictionary);
530if (!GetDelegateInformationFromSyncMethod(_pageAbortTransactionEventName, syncEventDictionary)) {
531GetDelegateInformationFromSyncMethod(_onTransactionAbortEventName, syncEventDictionary);
534if (!GetDelegateInformationFromSyncMethod(_pageCommitTransactionEventName, syncEventDictionary)) {
535GetDelegateInformationFromSyncMethod(_onTransactionCommitEventName, syncEventDictionary);