[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]public SPCompanyRowChangeEvent(SPCompanyRow row, global::System.Data.DataRowAction action)
			{
				this.eventRow = row;
				this.eventAction = action;
			}
			[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]public void RemoveSPCompanyRow(SPCompanyRow row)
			{
				this.Rows.Remove(row);
			}