public void BeginEdit() { if (Index == 0) { return; } if (!ListView.LabelEdit) { throw new InvalidOperationException(); } ListView.BeginEdit(this); }