1 override of OnAfterLabelEdit
System.Web.Mobile (1)
UI\MobileControls\Design\ListItemsPage.cs (1)
201
protected override void
OnAfterLabelEdit
(Object source, NodeLabelEditEventArgs e)
2 references to OnAfterLabelEdit
System.Web.Mobile (2)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
60
TreeList.TvList.AfterLabelEdit += new NodeLabelEditEventHandler(
OnAfterLabelEdit
);
UI\MobileControls\Design\ListItemsPage.cs (1)
203
base.
OnAfterLabelEdit
(source, e);