public UserListRowChangeEvent(UserListRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddUserListRow(UserListRow row) { this.Rows.Add(row); }
public void RemoveUserListRow(UserListRow row) { this.Rows.Remove(row); }