[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]public void AddSPNotesRow(SPNotesRow row)
			{
				this.Rows.Add(row);
			}
			[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]public SPNotesRowChangeEvent(SPNotesRow row, global::System.Data.DataRowAction action)
			{
				this.eventRow = row;
				this.eventAction = action;
			}