3 overrides of OnClickAddButton
System.Web.Mobile (3)
UI\MobileControls\Design\ListItemsPage.cs (1)
211
protected override void
OnClickAddButton
(Object source, EventArgs e)
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
182
protected override void
OnClickAddButton
(Object source, EventArgs e)
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
239
protected override void
OnClickAddButton
(Object source, EventArgs e)
1 reference to OnClickAddButton
System.Web.Mobile (1)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
63
TreeList.BtnAdd.Click += new EventHandler(
OnClickAddButton
);