28 overrides of OnBubbleEvent
System.Web (20)
UI\WebControls\ChangePassword.cs (1)
1910
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\DataGrid.cs (1)
1483
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\DataGridItem.cs (1)
84
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\DataList.cs (1)
1095
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\DataListItem.cs (1)
87
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\DetailsView.cs (1)
2935
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\DetailsViewRow.cs (1)
67
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\FormView.cs (1)
2556
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\FormViewRow.cs (1)
80
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\GridView.cs (1)
3598
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\GridViewRow.cs (1)
100
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\login.cs (1)
1289
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\Menu.cs (1)
2164
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\MenuItem.cs (1)
1354
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\MultiView.cs (1)
256
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\PasswordRecovery.cs (1)
1492
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\Repeater.cs (1)
828
protected override bool
OnBubbleEvent
(object sender, EventArgs e) {
UI\WebControls\RepeaterItem.cs (1)
78
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\Wizard.cs (2)
1733
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
2958
protected override bool
OnBubbleEvent
(object source, EventArgs args) {
System.Web.Extensions (5)
UI\WebControls\DataPager.cs (1)
422
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\DataPagerFieldItem.cs (1)
38
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\ListView.cs (1)
2790
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\ListViewContainer.cs (1)
15
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
UI\WebControls\ListViewItem.cs (1)
53
protected override bool
OnBubbleEvent
(object source, EventArgs e) {
System.Web.Mobile (3)
UI\MobileControls\List.cs (1)
464
protected override bool
OnBubbleEvent
(Object sender, EventArgs e)
UI\MobileControls\MobileListItem.cs (1)
355
protected override bool
OnBubbleEvent
(Object source, EventArgs e)
UI\MobileControls\ObjectList.cs (1)
1107
protected override bool
OnBubbleEvent
(Object sender, EventArgs e)
1 reference to OnBubbleEvent
System.Web (1)
UI\Control.cs (1)
2736
if (currentTarget.
OnBubbleEvent
(source, args)) {