public void BeginEdit() { if (inEdit) { return; } inEdit = true; bakKeyword = keyword.Clone() as Keyword; }