FlexCell Technologies
Old code: this.grid1.xxxEvent += new FlexCell.Grid.xxxEventHandler(this.grid1_xxxEvent);New code: this.grid1.xxxEvent += this.grid1_xxxEvent;