6 references to PostBackEventHandler
System.Web (6)
UI\Page.cs (6)
3071
if(ctrl.
PostBackEventHandler
!= null)
3072
RegisterRequiresRaiseEvent(ctrl.
PostBackEventHandler
);
3171
if (ctrl.
PostBackEventHandler
!= null)
3172
RegisterRequiresRaiseEvent(ctrl.
PostBackEventHandler
);
3337
if (sourceControl != null && sourceControl.
PostBackEventHandler
!= null) {
3339
RaisePostBackEvent((sourceControl.
PostBackEventHandler
), eventArgument);