private void TagEdit_TitleChanged(Canvas Parent, GUTag tag, string NewString) { if (canvas == Parent && tag != null && NewString != null) { tag = TagDB.ChangeTitle(tag, NewString); if (tag != null) { RedrawGraph(); SetCurrentTag(tag, true); } } }